Links are not active on this page.
 SYS(2326) - WHANDLE from a Window's hWnd

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.

Expand imageReturn Value

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

Expand imageRemarks

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.

Expand imageSee Also