Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

HRESULT Hiding(void); 

Return Value

Return S_OK to indicate success. Return the appropriate HRESULTvalue to indicate failure.

Remarks

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

Requirements

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

See Also