CWnd::OnWndMsg
virtual BOOL OnWndMsg( UINT message**, WPARAM** wParam**, LPARAM** lParam**, LRESULT*** pResult );
Return Value
Nonzero if message was handled; otherwise 0.
Parameters
message
Specifies the message to be sent.
wParam
Specifies additional message-dependent information.
lParam
Specifies additional message-dependent information.
pResult
The return value of WindowProc. Depends on the message; may be NULL.
Remarks
This member function is called by WindowProc, or is called during message reflection.
For more information about message reflection, see in the Visual C++ Programmer’s Guide.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::OnChildNotify, CWnd::SendChildNotifyLastMsg, CWnd::ReflectChildNotify, CCmdTarget::OnCmdMsg, CWnd::ReflectLastMsg