This function sets the position of the composition window.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later (Japanese version 1.0 and later) |
Syntax
BOOL ImmSetCompositionWindow(HIMC hIMC,
LPCOMPOSITIONFORM lpCompForm);
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_SETSCOMPOSITIONWINDOW message to be sent to the application.
See Also