CWnd::DefWindowProc

Use this function to call the default window procedure, which provides default processing for any window message that an application does not process. This member function ensures that every message is processed.

Syntax

virtual LRESULT DefWindowProc( UINT message, WPARAM wParam, LPARAM lParam );

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, CWnd::Default