win32api.SetClassLong
int = SetClassLong(hwnd, offset , val )
Replaces the specified 32 or 64 bit value at the specified offset into the extra class memory for the window.
Parameters
Comments
This function calls the SetClassLongPtr Api function
int = SetClassLong(hwnd, offset , val )
Replaces the specified 32 or 64 bit value at the specified offset into the extra class memory for the window.