iFlags
Indicates how image data is placed on the clipboard. You can use a bitwise OR to pass more than one value. In high-level languages such as Visual Basic, you can use a plus (+) operator to specify more than one flag.
Valid values are:
Value |
Meaning |
COPY_EMPTY |
Empty the clipboard before copying data to it. |
COPY_DIB |
Copy DIB data to the clipboard. |
COPY_DDB |
Copy DDB data to the clipboard. |
COPY_PALETTE |
Copy palette data to the clipboard. |
COPY_RGN |
Copy the bitmap's region to the clipboard. |