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.
LRESULT DefWindowProc( UINT uMsg, WPARAM wParam, LPARAM lParam );
Header file: | Atlwin.h |
Platforms: | |
Versions: | Version 2.0 and later |
Complete documentation: | Visual C++ documentation |
CWindowImpl Overview, CWindowImpl Methods