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