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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetDesktopWindow()

Return Value

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