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 ;