countClipboardFormats 函数 (winuser.h)
检索剪贴板上当前不同数据格式的数量。
语法
int CountClipboardFormats();
返回值
类型: int
如果函数成功,则返回值是剪贴板上当前不同数据格式的数目。
如果函数失败,则返回值为零。 要获得更多的错误信息,请调用 GetLastError。
要求
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | winuser.h (包括 Windows.h) |
Library | User32.lib |
DLL | User32.dll |
另请参阅
概念性
引用