Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>getclipbviewer()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetClipbViewer()
Return the handle of the first window in the clipboard-viewer chain
------------------------------------------------------------------------------

Syntax
GetClipbViewer()   -->   hWnd

Arguments
None.

Returns
If successful, the handle of the first window in the clipboard-
viewer chain is returned as a non-zero numeric, otherwise zero
(0) is returned.

Description
This function returns the handle of the window (if any) that
is currently responsible for displaying the Windows clipboard.

Example
if ( hWnd := GetClipbViewer() ) == 0
     MessageBox( , "No clipboard viewer", "Info", MB_OK )
endif


See Also: CloseClipboard() EmptyClipboard() OpenClipboard()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson