CWindowImpl::GetWndClassInfo

This method called by Create to access the window class information. By default, CWindowImpl obtains this method through the DECLARE_WND_CLASS macro, which specifies a new window class.

Syntax

static CWndClassInfo& GetWndClassInfo( );

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindowImpl Overview, CWindowImpl Methods, CWindowImpl::GetWndClassInfo