IInputMethod::Deselect

This method is implemented to select the input method (IM) out of the input panel window and to destroy the IM windows.

At a Glance

Header file: Sip.h
Windows CE Versions: 2.01 and later

Syntax

HRESULT Deselect( void );

Return Values

An appropriate HRESULT value is returned.

Remarks

This method is called before IUnknown::Release is called on the IInputMethod pointer. Deselect provides an IM a place to perform cleanup activities, such as destroying windows and pointers. This method, along with the Release call, is the only notification that an IM receives that it is to be unloaded.

See Also

IUnknown::Release