GetDesktopWindow

From SCAR Divi Manual
Jump to: navigation, search

Definition

function GetDesktopWindow: Hwnd;

Availability

SCAR Divi 3.35 > Current

Description

Returns the handle to the desktop window.

Example

begin
  WriteLn(GetWindowClass(GetDesktopWindow));
end.

See Also