GetDesktopWindow function user32

int GetDesktopWindow()

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.

HWND GetDesktopWindow();

Implementation

int GetDesktopWindow() => _GetDesktopWindow();