CWndClassInfo::m_lpszOrigName

LPCTSTR m_lpszOrigName;

Remarks

Contains the name of an existing window class. CWndClassInfo uses m_lpszOrigName only when you include the DECLARE_WND_SUPERCLASS macro in your class definition. In this case, CWndClassInfo registers a window class based on the class named by m_lpszOrigName. For more information, see the CWndClassInfo overview.

CWndClassInfo OverviewClass Members

See Also   CWndClassInfo::m_wc, CWndClassInfo::pWndProc