JavaScript Editor js editor     Web development 



Main Page

Returns a Visual FoxPro WHANDLE from a window’s hWnd.

SYS(2326, nhWnd)

Parameters

nhWnd


Specifies the integer hWnd (Window Handle) of the window for which the internal Visual FoxPro WHANDLE is returned.

Return Value

Numeric. The integer WHANDLE returned by SYS(2326) is an internal Visual FoxPro structure that is a wrapper around an hWnd.

Remarks

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



JavaScript Editor js editor     Web development