Stops the message pump.
Syntax
HRESULT End();
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
IActiveIMMMessagePumpOwner::End informs the Active Input Method Manager service that the application is losing control of the pump. This stops Active Input Method Manager messages from being generated during a time when they cannot be handled. The IActiveIMMMessagePumpOwner::Start method must be called when the application regains control of the pump.
All calls to IActiveIMMMessagePumpOwner::End method should be paired with a call to IActiveIMMMessagePumpOwner::Start.
See Also