PyCWnd.OnWndMsg

(int,int) = OnWndMsg(msg, wParam , lParam )

Calls the default MFC Window Message handler.

Parameters

msg : int

The message

wParam : int

The wParam for the message

lParam : int

The lParam for the message

MFC 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.