ImmIsIME (Compact 2013)

3/28/2014

This function checks whether the specified handle identifies an IME.

Syntax

BOOL ImmIsIME( 
  HKL hKL
);

Parameters

  • hKL
    [in] Handle to the keyboard layout to check.

Return Value

Nonzero indicates success. Zero indicates failure.

Remarks

Windows Embedded Compact validates the hKL parameter passed in.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions