CWnd::DefWindowProc

This method calls the default window procedure, which provides default processing for any window message that an application does not process. This method ensures that every message is processed.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

See Also

CWnd::Default