Group: Clipboard - Library: user32
The CountClipboardFormats function retrieves the number of different data formats currently on the clipboard
Number of clipboard formats available
int CountClipboardFormats(VOID) DECLARE INTEGER CountClipboardFormats IN user32 This function has no parameters
If the function succeeds, the return value is the number of different data formats currently on the clipboard
Home