Platform | Win32, x64 |
Purpose |
To get the location of user data associated with the control. |
Syntax |
INTEGER(7) FUNCTION GET_USER_DATA@(HWND) |
Description |
HWND is the window handle of the control obtained by using %lc (Handle of Last Control). The function returns the last value assoicated with the control either by using the format code %ud (User data) or the routine SET_USER_DATA@. The same value can also be retrieved by using CLEARWIN_INFO@("USER_DATA") in the controls callback. |
See also |