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>getclipbowner()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetClipbOwner()
Return the handle of the window that owns the clipboard
------------------------------------------------------------------------------

Syntax
GetClipbOwner()   -->   hWnd

Arguments
None.

Returns
If successful, the handle of the window that owns the
clipboard is returned as a non-zero numeric, otherwise zero
(0) is returned.

Description
This function returns the handle of the window that owns the
Windows clipboard, if any.  Note: if there is no owner, the
clipboard may still contain data.

Example
if  ( hWnd := GetClipbOwner() )  != 0
     MessageBox( , "Clipboard not available", "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