This function checks whether the specified handle identifies an IME.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later |
Syntax
BOOL ImmIsIME( HKL hKL );
Parameters
hKL
[in] Handle to the keyboard layout to check.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
Windows CE validates the hKL parameter passed in.