CWindowImpl::DefWindowProc

This method is called by WindowProc to process messages not handled by the message map. By default, DefWindowProc calls the CallWindowProc function to send the message information to the window procedure specified in m_pfnSuperWindowProc.

Syntax

LRESULT DefWindowProc( UINT uMsg, WPARAM wParam, LPARAM lParam );

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindowImpl Overview, CWindowImpl Methods