The IsClipboardFormatAvailable function determines whether the clipboard contains data in the specified format.
BOOL IsClipboardFormatAvailable(
UINT format |
// clipboard format |
); |
If the clipboard format is available, the return value is nonzero.
If the clipboard format is not available, the return value is zero. To get extended error information, call GetLastError.
Typically, an application that recognizes only one clipboard format would call this function when processing the WM_INITMENU or WM_INITMENUPOPUP message. The application would then enable or disable the Paste menu item, depending on the return value. Applications that recognize more than one clipboard format should use the GetPriorityClipboardFormat function for this purpose.
CountClipboardFormats, EnumClipboardFormats, GetPriorityClipboardFormat, RegisterClipboardFormat, SetClipboardData, WM_INITMENU, WM_INITMENUPOPUP
file: /Techref/os/win/api/win32/func/src/f51_21.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 22:26,
18.222.182.26:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f51_21.htm"> IsClipboardFormatAvailable</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.