Core Function HWND
From Sputnik Wiki
HWND( )
Contents |
Description
Get the HWND of the hidden window used by this program (It handles hotkeys etc).
Parameters
None.
Return Value
None.
Remarks
None.
Example
my $HWND = HWND(); print ( "HWND is: $HWND\n" );