Data Member | Description |
m_dwMsgMapID | Identifies which message map will process the contained window’s messages. |
m_lpszClassName | Specifies the name of an existing window class on which a new window class will be based. |
m_pfnSuperWindowProc | Points to the window class’s original window procedure. |
m_pObject | Points to the containing object. |