Platform |
Win32, x64 |
Purpose |
To copy a bitmap on the clipboard to a device independent bitmap (DIB). |
Syntax |
INTEGER FUNCTION CLIPBOARD_TO_SCREEN_BLOCK@( HDIB ) |
Description |
This function copies a bitmap from the clipboard and returns a handle HDIB to the device independent bitmap that it creates. This handle can then be used, for example, with DIB_PAINT@, DIB_PRINT@ and EXPORT_BMP@. |
Return value |
A function return value of zero indicates a failure (e.g. the current clipboard data is of the wrong type). |
See also |