Terminates the Active Input Method Editor (IME).
Syntax
HRESULT Destroy( UINT uReserved );
Parameters
- uReserved
- [in] Reserved. Must be set to zero.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeDestroy function documented in the Microsoft® Windows® 2000 Driver Development Kit.