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.

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

Reference

AEVENTS( ) Function

BINDEVENT( ) Function

SYS(2325) - WCLIENTWINDOW from Visual FoxPro WHANDLE

SYS(2327) - Window's hWnd from Visual FoxPro WHANDLE

UNBINDEVENTS( ) Function