Enum ClassLongIndex
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum ClassLongIndex : int
Fields
Name | Description |
---|---|
Atom | Retrieves an ATOM value that uniquely identifies the window class. This is the same atom that the RegisterClassEx function returns. |
BackgroundBrushHandle | a handle to the background brush associated with the class. |
ClassExtraBytes | the size, in bytes, of the extra memory associated with the class. Setting this value does not change the number of extra bytes already allocated. |
CursorHandle | a handle to the cursor associated with the class. |
IconHandle | GCL_HICON a handle to the icon associated with the class. |
MenuName | the address of the menu name string. The string identifies the menu resource associated with the class. |
ModuleHandle | a handle to the module that registered the class. |
SmallIconHandle | GCL_HICONSM a handle to the small icon associated with the class. |
Style | the window-class style bits. |
WindowExtraBytes | the size, in bytes, of the extra window memory associated with each window in the class. Setting this value does not change the number of extra bytes already allocated. For information on how to access this memory, see SetWindowLong. |
WindowProc | the address of the window procedure, or a handle representing the address of the window procedure. You must use the CallWindowProc function to call the window procedure. |