i storing in $3 some text data, which i need to check later, but in $4 i have pointer address, how i can dereference it ?, and another problem, looks like windows loosing it's style's after this calls, is here another right way to do what i need ?
!define GWL_USERDATA -21
System::Call 'user32::SetWindowLong(i $hwnd, i ${GWL_USERDATA}, tr3)'
System::Call 'user32::GetWindowLong(i $hwnd, i ${GWL_USERDATA}) i.r4'
MessageBox MB_OK "USERDATA $4"
How to attach data to window handle
Hi all, i need to attach some data to windows handle for later use, i trying to use {Get/Set}WindowLong, but with no success, i trying following