CWndClassInfo::pWndProc

This data member points to the window procedure of an existing window class. CWndClassInfo uses pWndProc only when you include the DECLARE_WND_SUPERCLASS macro in your class definition.

Syntax

WNDPROC pWndProc;

At a Glance

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

See Also

CWndClassInfo Overview, CWndClassInfo Data Members, CWndClassInfo::m_wc, CWndClassInfo::m_lpszOrigName, DECLARE_WND_SUPERCLASS