Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the name of an existing window class.
LPTSTR m_lpszClassName;
Remarks
When you create a window, Create registers a new window class that is based on this existing class but uses CContainedWindowT::WindowProc.
m_lpszClassName is initialized by the constructor. For an example, see the CContainedWindowT overview.
Requirements
Header: atlwin.h