CWndClassInfo::m_szAutoName

This data member holds the name of the window class. CWndClassInfo uses m_szAutoName only if NULL is passed for the WndClassName parameter to 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

TCHAR m_szAutoName[13];

See Also

CWindowImpl::Create, CWndClassInfo::m_atom, CWndClassInfo::m_wc, DECLARE_WND_CLASS, DECLARE_WND_SUPERCLASS