IInputMethod::Hiding (Compact 2013)

3/28/2014

This method is implemented to perform any saving routines before the software-based input panel (SIP) is hidden.

Syntax

HRESULT Hiding(void); 

Return Value

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

Remarks

This method is called by the system when the user toggles the visible state of the SIP off. Programmatically, this occurs when the SIPF_ON flag is toggled off in the SIPINFO structure. Hiding the SIP allows the user to see more of the current application. The SIP is hidden upon return from this call. Use this method to save any data the input method (IM) needs to display when the SIP becomes visible again. The data is used to reinitialize the SIP and IM in the IInputMethod::Showing method.

Requirements

Header

sip.h

Library

uuid.lib

sysgen

SYSGEN_SOFTKB

See Also

Reference

IInputMethod
IInputMethod::Showing
SIPINFO