win32api.GetWindowLong
int = GetWindowLong(hwnd, offset )
Retrieves a long value at the specified offset into the extra window memory of the given window.
Parameters
Comments
This function calls the GetWindowLongPtr Api function
int = GetWindowLong(hwnd, offset )
Retrieves a long value at the specified offset into the extra window memory of the given window.