Hello,
Is it safe to use these to store a pointer?
Pointer = GetWindowLong(hWnd, %GWL_USERDATA)
SetWindowLong(hWnd, %GWL_USERDATA, Pointer)
Just wondering...
------------------
Cheers
Is it safe to use these to store a pointer?
Pointer = GetWindowLong(hWnd, %GWL_USERDATA)
SetWindowLong(hWnd, %GWL_USERDATA, Pointer)
Just wondering...
------------------
Cheers
Comment