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.