GetShellWindow

From SCAR Divi Manual
Jump to: navigation, search

Definition

function GetShellWindow: Hwnd;

Availability

SCAR Divi 3.35 > Current

Description

Returns the handle to the shell window.

Example

begin
  WriteLn(GetWindowClass(GetShellWindow));
end.

See Also