GetClassLong (user32)
Last changed: -202.74.138.1

.
Summary

C# Signature:

[Obsolete("This method will crash on 64-bit operating systems. Use GetClassLongPtr instead"),
DllImport("user32.dll")]
static extern uint GetClassLong(IntPtr hWnd, int nIndex);

User-Defined Types:

None.

Notes:

This declaration will crash on 64-bit operating systems.

"GetClassLong" is obsolete and "GetClassLongPtr" should be used instead.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation