win32api.SetWindowLong
int = SetWindowLong(hwnd, offset , val )
Places a long value at the specified offset into the extra window memory of the given window.
Parameters
Comments
This function calls the SetWindowLongPtr Api function
int = SetWindowLong(hwnd, offset , val )
Places a long value at the specified offset into the extra window memory of the given window.