IInputMethod2::Showing (Windows CE 5.0)
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 IInputMethod2::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.12 and later.
Header: Sip.h.
Link Library: Uuid.lib.
See Also
IInputMethod2::Hiding | SIPINFO | WM_PAINT
Send Feedback on this topic to the authors