GetDesktopWindow function user32

HWND 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.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getdesktopwindow.

Implementation

@pragma('vm:prefer-inline')
HWND GetDesktopWindow() => HWND(_GetDesktopWindow());