CWnd::GetSuperWndProcAddr

This function is obsolete. You will not need to override this function because the default implementation in CWnd now stores this pointer in all CWnd objects.

Syntax

virtual WNDPROC* GetSuperWndProcAddr( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories