GetClassInfo (user32)
Last changed: -80.66.6.99

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool GetClassInfo(IntPtr hInstance, string lpClassName,
   out WNDCLASS lpWndClass);

VB .NET Signature:

Declare Function GetClassInfo Lib "user32.dll" (hInstance As IntPtr, _
   lpClassName As String, <Out> ByRef lpWndClass As WNDCLASS) As Boolean

User-Defined Types:

WNDCLASS

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Windows.Forms.CreateParams.ClassStyle and misc. properties of Form (BackColor, Icon, Menu), Control (Cursor, Name), and Component (Events).

Documentation