win32event.MsgWaitForMultipleObjectsEx

int = MsgWaitForMultipleObjectsEx(handleList, milliseconds , wakeMask , waitFlags )

Returns when a message arrives of an event is signalled

Parameters

handleList : [PyHANDLE, ...]

A sequence of handles to wait on.

milliseconds : int

time-out interval in milliseconds

wakeMask : int

type of input events to wait for

waitFlags : int

wait flags

Comments

This method will no longer raise a COM E_NOTIMPL exception as it is no longer dynamically loaded.