Share via


ImmReSizeIMCC (Compact 2013)

3/28/2014

This function changes the size of an input method context (IMC) component.

Syntax

HIMCC WINAPI ImmReSizeIMCC( 
  HIMCC hIMCC, 
  DWORD dwSize
);

Parameters

  • hIMCC
    [in] Handle to the IMC component.
  • dwSize
    [in] New size of the IMC component.

Return Value

New handle of the IMC component indicates success. zero indicates failure.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions