Core Function HWND
From Sputnik Wiki
(Difference between revisions)
(→Return Value) |
(→Remarks) |
||
Line 19: | Line 19: | ||
=== Remarks === | === Remarks === | ||
− | + | If this version of Sputnik does not support anything *windows/gui* then HWND() will probably return @PTRZero | |
=== Example === | === Example === |
Revision as of 21:04, 31 July 2014
HWND( )
Contents |
Description
Get the HWND of the hidden window used by this program (It handles hotkeys etc).
Parameters
None.
Return Value
Success: The HWND of the hidden window used by this program.
Failure: @PTRZero
Remarks
If this version of Sputnik does not support anything *windows/gui* then HWND() will probably return @PTRZero
Example
my $HWND = HWND(); print ( "HWND is: $HWND\n" );