IActiveIMMApp::IsIME method
Checks whether the specified handle identifies an Input Method Editor (IME).
Syntax
HRESULT IsIME(
[in] HKL hKL
);
Parameters
- hKL [in]
A handle to the keyboard layout to check.
Return value
Returns a nonzero value if the handle identifies an IME, or zero otherwise.
Remarks
This method maps to the ImmIsIME function that is documented in the Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 5.0 |
Header |
Dimm.h |
IDL |
Dimm.idl |