IInputMethod2::Deselect

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

HRESULT Deselect(void); 

Return Value

Return S_OK to indicate success. Return the appropriate HRESULT value to indicate failure.

Remarks

This method is called before IUnknown::Release is called on the IInputMethod2 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.

Requirements

Header sip.h
Library uuid.lib
Windows Embedded CE Windows CE 2.12 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Other Resources

IUnknown::Release