SYS(2327) - Window's hWnd from Visual FoxPro WHANDLE
Returns a window's hWnd from a Visual FoxPro window’s WHANDLE.
SYS(2327, nWHANDLE)
Parameters
nWHANDLE
Specifies an integer WHANDLE to a FoxPro window.A WHANDLE is an internal Visual FoxPro structure (represented by an integer) that is a wrapper around an inner client window's hWnd.
Return Value
Numeric. SYS(2327) returns an integer hWnd value.
Remarks
The integer WHANDLE returned by is an internal Visual FoxPro structure that is a wrapper around an hWnd.
This function is intended for use with routines in the Visual FoxPro API Library Construction Kit. See the API Library Construction topic for more information about creating API libraries.
See Also
Reference
AEVENTS( ) Function
BINDEVENT( ) Function
SYS(2325) - WCLIENTWINDOW from Visual FoxPro WHANDLE
SYS(2326) - WHANDLE from a Window's hWnd
UNBINDEVENTS( ) Function