IG_clipboard_paste_available
This function retrieves whether there is compatible data available in the clipboard.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_clipboard_paste_available(
LPAT_BOOL lpPasteStatus
);
|
Arguments:
Name |
Type |
Description |
lpPasteStatus |
LPAT_BOOL |
Pointer indicating where to return the boolean value that indicates whether clipboard data is available. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
C Clipboard, C Image Processing
Remarks:
The compatible data types supported on Windows systems are: CF_DIB, CF_BITMAP, CF_ENHMETAFILE, and CF_METAFILEPICT.
See Also:
IG_clipboard_paste_available_ex