Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops the message pump.
Syntax
HRESULT End();
Parameters
This method has no parameters.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
IActiveIMMMessagePumpOwner::End informs the Active Input Method Manager (IMM) service that the application is losing control of the pump. This stops Active IMM 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.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |
DLL |
Msimtf.dll |