Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 801 Bytes

File metadata and controls

37 lines (24 loc) · 801 Bytes

Home

Function name : GetClipboardViewer

Group: Clipboard - Library: user32


The GetClipboardViewer function retrieves the handle of the first window in the clipboard viewer chain


Code examples:

Who is the first in viewing the Clipboard

Declaration:

HWND GetClipboardViewer(VOID)  

FoxPro declaration:

DECLARE INTEGER GetClipboardViewer IN user32  

Parameters:

This function has no parameters


Return value:

If the function succeeds, the return value is the handle of the first window in the clipboard viewer chain