This function changes the size of an input method context (IMC) component.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later |
Syntax
HIMCC WINAPI ImmReSizeIMCC( HIMCC hIMCC, DWORD dwSize );
Parameters
hIMCC
[in] Handle to the IMC component.
dwSize
[in] Specifies the new size of the IMC component.
Return Values
New handle of the IMC component indicates success. 0 indicates failure.