CWnd::Default

This method calls the default window procedure. The default window procedure 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

LRESULT Default( );

See Also

CWnd::DefWindowProc