Difference between revisions of "GetDesktopWindow"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function GetDesktopWindow: Hwnd; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Returns the handle to ...") |
(No difference)
|
Revision as of 12:29, 7 August 2012
Definition
function GetDesktopWindow: Hwnd;
Availability
SCAR Divi 3.35 > Current
Description
Returns the handle to the desktop window.
Example
begin WriteLn(GetWindowClass(GetDesktopWindow)); end.