WindowsUtilitiesGetDesktopWindow Method |
Retrieves a handle to the desktop window. The desktop window covers the entire screen.
The desktop window is the area on top of which other windows are painted.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetDesktopWindow()
Return Value
Type:
IntPtrA handle to the desktop window.
See Also