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...") |
|||
Line 21: | Line 21: | ||
*[[GetActiveWindow]] | *[[GetActiveWindow]] | ||
*[[GetParentWindow]] | *[[GetParentWindow]] | ||
+ | *[[GetOuterWindow]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Window Functions]] | [[Category:Window Functions]] |
Latest revision as of 12:35, 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.