Click or drag to resize

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
C#
public static IntPtr GetDesktopWindow()

Return Value

Type: IntPtr
A handle to the desktop window.
See Also