IMessageDispatcher::PumpMessages method (imessagedispatcher.h)

Performs custom dispatching when window messages are available to be dispatched on an ASTA thread.

Syntax

HRESULT PumpMessages();

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header imessagedispatcher.h

See also

IMessageDispatcher