GetClipboardViewer function user32

int GetClipboardViewer()

Retrieves the handle to the first window in the clipboard viewer chain.

HWND GetClipboardViewer();

Implementation

int GetClipboardViewer() => _GetClipboardViewer();