CWndClassInfo

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.

Syntax

class CWndClassInfo

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

In ATL for Windows CE, the m_wc member of the CWndClassInfo class is a WNDCLASS structure, rather than a WNDCLASSEXstructure.

See Also

CWndClassInfo Methods, CWndClassInfo Data Members, CComControl, CWndClassInfo::m_wc, DECLARE_WND_CLASS, DECLARE_WND_SUPERCLASS