[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 2F Fn 1703  - MS Windows "winoldap" - Set Clipboard Data               [W]

   AX = 1703h
   DX = clipboard format supported by WinOldAp:
       01h text
       02h bitmap
       03h metafile picture
       04h SYLK
       05h DIF
       06h TIFF
       07h OEM text
       81h DSP text
       82h DSP bitmap
   ES:BX -> data (see below)
   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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson