Group: Clipboard - Library: user32
Who owns the Windows Clipboard
HWND GetClipboardOwner(VOID) DECLARE INTEGER GetClipboardOwner IN user32 This function has no parameters
If the function succeeds, the return value is the handle of the window that owns the clipboard
Home