GetShellWindow

From SCAR Divi Manual
Revision as of 13:28, 7 August 2012 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> function GetShellWindow: Hwnd; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Returns the handle to th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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