CContainedWindow::m_lpszClassName

LPTSTR m_lpszClassName;

Remarks

Specifies the name of an existing window class. When you create a window, Create registers a new window class that is based on this existing class but uses CContainedWindow::WindowProc.

m_lpszClassName is initialized by the constructor. For an example, see the CContainedWindow overview.

CContainedWindow OverviewClass Members