win32clipboard.CountClipboardFormats
int = CountClipboardFormats()
The CountClipboardFormats function retrieves the number of different data formats currently on the clipboard.
Win32 API References
Return Value
If the function succeeds, the return value is the number of different data formats currently on the clipboard. If the function fails, win32api.error is raised with the GetLastError info.