Prev Next

ImmEscape info  Overview  Group

The ImmEscape function carries out IME-specific subfunctions and is used mainly for country-specific functions.

LRESULT ImmEscape(

    HKL hKL,

    HIMC hIMC,

    UINT uEscape,

    LPVOID lpData

   );

Parameters

hKL
Handle to the keyboard layout.
hIMC
Handle to the input context.
uEscape
Index of the subfunction. For more information about the escape, see the “IME Escapes” table in Input Method Editor Constants.
lpData
Subfunction-specific data.

Return Values

Returns zero on error; otherwise, returns an escape-specific value.