ImageGear for C and C++ on Linux v20.0 - Updated
IG_clipboard_paste_available
API Reference Guide > Core Component API Reference > Core Component Functions Reference > Clipboard Functions > 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.

Remarks:

The compatible data types supported on Windows systems are: CF_DIB, CF_BITMAP, CF_ENHMETAFILE, and CF_METAFILEPICT.

To determine the number of errors currently on the error stack use IG_error_check. After fetching all error information you need using IG_error_get, use IG_error_clear to clear the stack.

See Also:

IG_clipboard_paste_available_ex

Is this page helpful?
Yes No
Thanks for your feedback.