次の方法で共有


IInputMethod::Showing (Windows CE 5.0)

Send Feedback

This method is implemented to perform any initialization before the software-based input panel window is displayed.

HRESULT Showing(void); 

Return Values

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

Remarks

This method is called by the software-based input panel when the user toggles the visible status of the software-based input panel on. Programmatically, this occurs when the SIPF_ON flag is toggled in the SIPINFO structure. Use this method to initialize any parameters, structures, and functions that relate to displaying the IM. The IM can also use any data that was stored with a previous call to IInputMethod::Hiding to initialize the window. After this method is complete and the software-based input panel window is shown, the window and its children, such as those created by the IM, receive WM_PAINT messages.

Requirements

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

See Also

WM_PAINT | IInputMethod::Hiding | SIPINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.