GetClipboardOwner function user32

int GetClipboardOwner()

Retrieves the window handle of the current owner of the clipboard.

HWND GetClipboardOwner();

Implementation

int GetClipboardOwner() => _GetClipboardOwner();