Starts the message pump.
Syntax
HRESULT Start();
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
All calls to the IActiveIMMMessagePumpOwner::Start method should be paired with a call to the IActiveIMMMessagePumpOwner::End method.
See Also