This method is implemented to create the windows and image list for the input method (IM).
At a Glance
Header file: | Sip.h |
Windows CE Versions: | 2.01 and later |
Syntax
HRESULT Select( HWND hwndSip, );
Parameters
hwndSip
Handle to the input panel window. The IM usually creates a child window of this input panel window in order to access the input panel window’s WndProc function. The IM is responsible for drawing the entire client area of the input panel window.
Return Values
An appropriate HRESULT value is returned.
Remarks
An IM receives this call when it has been selected by the input panel. The IM should perform any necessary initializations. The input panel calls this function during the initialization of the IM, along with GetInfo, ReceiveSipInfo, and RegisterCallback.
See Also
IInputMethod::GetInfo, IInputMethod::ReceiveSipInfo, IInputMethod::RegisterCallBack