Share via


IInputMethod3::Hiding (Compact 2013)

3/28/2014

Implement this method to save data before hiding the software-based input panel (SIP).

Syntax

HRESULT Hiding(void); 

Parameters

None.

Return Value

Returns S_OK to indicate success; otherwise, returns the appropriate HRESULT value to indicate that it was not successful.

Remarks

The SIP calls this method when the user turns off the visible state of the SIP. Programmatically, this action occurs when the SIPF_OFF flag is set in the SIPINFO structure. Upon return from this call, the SIP is hidden, making more of the current application visible.

Use this method to save any data that the input method must display when the SIP becomes visible again. The data is used to reinitialize the SIP and input method in the IInputMethod3::Showing method.

Requirements

Header

sip.h

Library

uuid.lib

sysgen

SYSGEN_SOFTKB

See Also

Reference

IInputMethod3
SIPINFO
IInputMethod3::Showing
IInputMethod3::Deselect
IInputMethod3::GetInfo
IInputMethod3::InputContextChange
IInputMethod3::ReceiveSipInfo
IInputMethod3::RegisterCallback
IInputMethod3::RegisterCallback2
IInputMethod3::RegisterCallback3
IInputMethod3::Select
IInputMethod3::SetImData
IInputMethod3::SetIMMActiveContext
IInputMethod3::UserOptionsDlg