PyCWnd.DefWindowProc
int = DefWindowProc(message, idLast
, idCheck
)
Calls the default message handler.
Parameters
message : int
The Windows message.idLast : int
The lParam for the message.idCheck : int
The wParam for the message.MFC References
CWnd::DefWindowProc