CWndClassInfo::m_wc

This data member maintains the window class information in a WNDCLASS structure.

Syntax

WNDCLASS m_wc;

At a Glance

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

Remarks

The m_wc data member is a WNDCLASS structure. On desktop Windows platforms, this data member is a WNDCLASSEX structure.

See Also

CWndClassInfo Overview, CWndClassInfo Data Members, WNDCLASS