IMultiLanguage2::GetNumberOfCodePageInfo method

Gets the number of code pages for which there is information available on the system.

Syntax

HRESULT GetNumberOfCodePageInfo(
  [out] UINT *pcCodePage
);

Parameters

  • pcCodePage [out]
    A pointer to an unsigned integer that receives the number of code pages available on the system.

Return value

Returns S_OK if successful, or E_FAIL otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IMultiLanguage2