Use this function to call the default window procedure, which provides default processing for any window message that an application does not process. This member function ensures that every message is processed.
virtual LRESULT DefWindowProc( UINT message, WPARAM wParam, LPARAM lParam );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::Default