IActiveIME::GetLangId method

Gets the language identifier that is associated with this Active Input Method Editor (IME).

Syntax

HRESULT GetLangId(
  [out] LANGID *plid
);

Parameters

  • plid [out]
    The address of the LANGID that is associated with the keyboard layout.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

DLL

Custom

See also

IActiveIME