(int,int) = OnWndMsg(msg, wParam
, lParam
)
Calls the default MFC Window Message handler.
Parameters
msg : int
The messagewParam : int
The wParam for the messagelParam : int
The lParam for the messageMFC References
CWnd::OnWndMsg
Return Value
The return value is a tuple of (int, int), being the
return value from the MFC function call, and the value of the
lResult param. Please see the MFC documentation for more details.