ImmEscape  T1B_SZ 

[Now Supported on Windows NT]

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 ConstantsIZLJ86.

lpData

Subfunction-specific data.

 

Return Values

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