CWnd::Default

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

Syntax

LRESULT Default( );

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::DefWindowProc