CLASSINFO
Appearance
Class-information structure.
typedef struct _CLASSINFO {
ULONG flClassStyle; /* Class-style flags. */
PFNWP pfnWindowProc; /* Window procedure. */
ULONG cbWindowData; /* Number of additional window words. */
} CLASSINFO;
typedef CLASSINFO * PCLASSINFO ;
Fields
- flClassStyle (ULONG)
- Class-style flags.
- pfnWindowProc (PFNWP)
- Window procedure.
- cbWindowData (ULONG)
- Number of additional window words.