CountClipboardFormats

This function retrieves the number of different data formats currently on the clipboard.

At a Glance

Header file: Winuser.h
Windows CE versions: 1.0 and later

Syntax

int CountClipboardFormats(void);

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

See Also

EnumClipboardFormats, RegisterClipboardFormat