ImmSetCompositionWindow (Windows CE 5.0)
This function sets the position of the composition window.
BOOL ImmSetCompositionWindow(HIMChIMC,LPCOMPOSITIONFORMlpCompForm);
Parameters
- hIMC
[in] Handle to the input context. - lpCompForm
[in] Long pointer to the COMPOSITIONFORM structure that contains the new position and other related information about the composition window.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
The ImmSetCompositionWindow function causes a IMN_SETCOMPOSITIONWINDOW message to be sent to the application.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.
See Also
Send Feedback on this topic to the authors