CWnd::DefWindowProc
Visual Studio 2005
Calls the default window procedure, which provides default processing for any window message that an application does not process.
virtual LRESULT DefWindowProc( UINT message, WPARAM wParam, LPARAM lParam );
Parameters
- message
-
Specifies the Windows message to be processed.
- wParam
-
Specifies additional message-dependent information.
- lParam
-
Specifies additional message-dependent information.