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.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

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