Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 2f - multiplex - ms windows winoldap - set clipboard data http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - MS WINDOWS "WINOLDAP" - SET CLIPBOARD DATA
        AX = 1703h
        DX = clipboard format supported by WinOldAp:
                01h text
                02h bitmap
                03h metafile picture
                04h SYLK
                05h DIF
                06h TIFF
                07h OEM text
        ES:BX -> data (see below for formats)
        SI:CX = size of data
Return: AX <> 0 data copied into the Clipboard
        AX = 0 failure

Format of bitmap:
Offset  Size    Description
 00h    WORD    type (0000h)
 02h    WORD    width of bitmap in pixels
 04h    WORD    height of bitmap in pixels
 06h    WORD    bytes per line
 08h    BYTE    number of color planes
 09h    BYTE    number of adjacent color bits in pixel
 0Ah    DWORD   pointer to start of data
 0Eh    WORD    width in 0.1mm units
 10h    WORD    height in 0.1mm units
 12h  N BYTEs   bitmap data

Format of metafile picture:
Offset  Size    Description
 00h    WORD    mapping mode
 02h    WORD    X extent
 04h    WORD    Y extent
 06h    WORD    picture data

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson