This class manages the information of a window class. You typically use CWndClassInfo through one of two macros, DECLARE_WND_CLASS or DECLARE_WND_SUPERCLASS.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
class CWndClassInfo
Remarks
In ATL for Windows CE, the m_wc data member of the CWndClassInfo class is a WNDCLASS structure, rather than a WNDCLASSEX structure.
See Also
CComControl, CWndClassInfo::m_wc, DECLARE_WND_CLASS, DECLARE_WND_SUPERCLASS