Share via


IInputMethod2::Deselect (Windows CE 5.0)

Send Feedback

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

HRESULT Deselect(void); 

Return Values

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

OS Versions: Windows CE 2.12 and later.
Header: Sip.h.
Link Library: Uuid.lib.

See Also

IUnknown::Release

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.