The GetOpenClipboardWindow function retrieves the handle of the window that currently has the clipboard open.
HWND GetOpenClipboardWindow(VOID)
This function has no parameters.
If the function succeeds, the return value is the handle of the window that has the clipboard open. If no window has the clipboard open, the return value is NULL. To get extended error information, call GetLastError.
If an application or dynamic-link library (DLL) specifies a NULL window handle when calling the OpenClipboard function, the clipboard is opened but is not associated with a window. In such a case, GetOpenClipboardWindow returns NULL.
GetClipboardOwner, GetClipboardViewer, GetOpenClipboardWindow, OpenClipboard
file: /Techref/os/win/api/win32/func/src/f36_1.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 02:39,
3.139.237.82: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://linistepper.com/techref/os/win/api/win32/func/src/f36_1.htm"> GetOpenClipboardWindow</A> |
Did you find what you needed? |