PyCWnd.OnWndMsg
(int,int) = OnWndMsg(msg, wParam , lParam )
Calls the default MFC Window Message handler.
Parameters
MFC References
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.