Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 769 Bytes

File metadata and controls

37 lines (24 loc) · 769 Bytes

Home

Function name : GetClipboardOwner

Group: Clipboard - Library: user32


The GetClipboardOwner function retrieves the window handle of the current owner of the clipboard


Code examples:

Who owns the Windows Clipboard

Declaration:

HWND GetClipboardOwner(VOID)  

FoxPro declaration:

DECLARE INTEGER GetClipboardOwner IN user32  

Parameters:

This function has no parameters


Return value:

If the function succeeds, the return value is the handle of the window that owns the clipboard