次の方法で共有


IInputMethod2::Hiding (Windows CE 5.0)

Send Feedback

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

HRESULT Hiding(void); 

Return Values

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 software-based input panel off. Programmatically, this occurs when the SIPF_ON flag is toggled off in the SIPINFO structure. 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 IInputMethod2::Showing method.

Requirements

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

See Also

IInputMethod2::Showing | SIPINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.