GetDesktopWindow
From SCAR Divi Manual
Definition
function GetDesktopWindow: Hwnd;
Availability
SCAR Divi 3.35 > Current
Description
Returns the handle to the desktop window.
Example
begin WriteLn(GetWindowClass(GetDesktopWindow)); end.