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

Syntax
GetDesktopWindow()   -->   hWnd

Arguments
None.

Returns
A handle to the desktop window is returned as an integer.

Description
This function can be used to retrieve a handle to the desktop
window (which covers the entire display).

Example
hWnd = GetDesktopWindow()
?  "Desktop window: ",  hWnd

See Also: GetFocus()

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