IActiveIME::GetCodePageA method

Gets the code page that is associated with this Active Input Method Editor (IME).

Syntax

HRESULT GetCodePageA(
  [out] UINT *uCodePage
);

Parameters

  • uCodePage [out]
    The address of an unsigned integer that receives the code page identifier 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