Core Function HWND
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> HWND( ) </pre> === Description === Get the HWND of the hidden window used by this program (It handles hotkeys etc). === Parameters === None. === Return Value === None...") |
(→Return Value) |
||
Line 13: | Line 13: | ||
=== Return Value === | === Return Value === | ||
− | + | Success: The HWND of the hidden window used by this program. | |
+ | |||
+ | Failure: @PTRZero | ||
=== Remarks === | === Remarks === |
Revision as of 00:03, 26 August 2013
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
None.
Example
my $HWND = HWND(); print ( "HWND is: $HWND\n" );