[python-win32] Can pythoncom.PumpWaitingMessages() generate a COMerror?

Mark Hammond mhammond at skippinet.com.au
Wed May 30 04:25:46 CEST 2007


> Can pythoncom.PumpWaitingMessages() generate a COM error?  In 
> particular if
> there is a running instance of IE that is terminated by some 
> external event,
> say the user or a script, will 
> pythoncom.PumpWaitingMessages() generate a
> COM error since the automation object is gone?

PumpWaitingMessages will never return a COM exception.

Mark



More information about the Python-win32 mailing list