CWndClassInfo::m_wc

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

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

WNDCLASS m_wc;

Remarks

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

See Also

WNDCLASS