Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 814 Bytes

File metadata and controls

37 lines (24 loc) · 814 Bytes

Home

Function name : CountClipboardFormats

Group: Clipboard - Library: user32


The CountClipboardFormats function retrieves the number of different data formats currently on the clipboard


Code examples:

Number of clipboard formats available

Declaration:

int CountClipboardFormats(VOID)  

FoxPro declaration:

DECLARE INTEGER CountClipboardFormats IN user32  

Parameters:

This function has no parameters


Return value:

If the function succeeds, the return value is the number of different data formats currently on the clipboard