CountClipboardFormats (Windows CE 5.0)

Send Feedback

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

intCountClipboardFormats(void);

Parameters

None.

Return Values

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

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Clipbd.lib.

See Also

EnumClipboardFormats | RegisterClipboardFormat | Clipboards Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.