GetOpenClipboardWindow function user32

int GetOpenClipboardWindow()

Retrieves the handle to the window that currently has the clipboard open.

HWND GetOpenClipboardWindow();

Implementation

int GetOpenClipboardWindow() => _GetOpenClipboardWindow();