The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CWindowImpl::GetWndClassInfo
Called by Create to access the window class information.
static CWndClassInfo& GetWndClassInfo( );
A static instance of CWndClassInfo.
By default, CWindowImpl obtains this method through the DECLARE_WND_CLASS macro, which specifies a new window class.
To superclass an existing window class, derive your class from CWindowImpl and include the DECLARE_WND_SUPERCLASS macro to override GetWndClassInfo. For more information, see the CWindowImpl overview.
Besides using the DECLARE_WND_CLASS and DECLARE_WND_SUPERCLASS macros, you can override GetWndClassInfo with your own implementation.
Requirements
Header: atlwin.h
Show: