GetShellWindow
From SCAR Divi Manual
Definition
function GetShellWindow: Hwnd;
Availability
SCAR Divi 3.35 > Current
Description
Returns the handle to the shell window.
Example
begin WriteLn(GetWindowClass(GetShellWindow)); end.
function GetShellWindow: Hwnd;
SCAR Divi 3.35 > Current
Returns the handle to the shell window.
begin WriteLn(GetWindowClass(GetShellWindow)); end.