Difference between revisions of "GetShellWindow"
From SCAR Divi Manual
(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...") |
(No difference)
|
Revision as of 12:28, 7 August 2012
Definition
function GetShellWindow: Hwnd;
Availability
SCAR Divi 3.35 > Current
Description
Returns the handle to the shell window.
Example
begin WriteLn(GetWindowClass(GetShellWindow)); end.