PyCWnd.PumpWaitingMessages

PumpWaitingMessages(firstMsg, lastMsg)

Pump messages associate with a window.

Parameters

firstMsg : int

First message ID to process

lastMsg : int

First message ID to process

MFC References

CWnd::PeekMessage and DispatchMessage