[Obsolete("This method will crash on 64-bit operating systems. Use SetClassLongPtr instead"),
DllImport("user32.dll")]
static extern uint SetClassLong(HandleRef hWnd, int nIndex, uint dwNewLong);
None.
This declaration will crash on 64-bit operating systems.
"SetClassLong" is obsolete and "SetClassLongPtr" should be used instead.
Please add some!
Please add some!
Do you know one? Please contribute it!