Group: Clipboard - Library: user32
The GetClipboardViewer function retrieves the handle of the first window in the clipboard viewer chain
Who is the first in viewing the Clipboard
HWND GetClipboardViewer(VOID) DECLARE INTEGER GetClipboardViewer IN user32 This function has no parameters
If the function succeeds, the return value is the handle of the first window in the clipboard viewer chain
Home