The CWndClassInfo class manages the information of a window class. You typically use CWndClassInfo through one of two macros, DECLARE_WND_CLASS or DECLARE_WND_SUPERCLASS.
class CWndClassInfo
Header file: | Atlwin.h |
Platforms: | |
Versions: | Version 2.0 and later |
Complete documentation: | Visual C++ documentation |
In ATL for Windows CE, the m_wc member of the CWndClassInfo class is a WNDCLASS structure, rather than a WNDCLASSEXstructure.
CWndClassInfo Methods, CWndClassInfo Data Members, CComControl, CWndClassInfo::m_wc, DECLARE_WND_CLASS, DECLARE_WND_SUPERCLASS