ImmEscape

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

At a Glance

Header file: Imm.h
Windows CE versions: 2.10 and later

Syntax

LRESULT ImmEscape( HKL hKL, HIMC hIMC, UINT uEscape,
LPVOID lpData );

Parameters

hKL

[in] Ignored; set to NULL. Windows CE does not support true keyboard layouts.

hIMC

[in] Handle to the input context.

uEscape

[in] Index of the subfunction.

lpData

[in] Long pointer to subfunction-specific data.

Return Values

An escape-specific value indicates success. Zero indicates an error.