IMultiLanguage2::GetFamilyCodePage method

Gets the family code page identifier value of the specified code page.

Syntax

HRESULT GetFamilyCodePage(
  [in]  UINT uiCodePage,
  [out] UINT *puiFamilyCodePage
);

Parameters

  • uiCodePage [in]
    An unsigned integer value that contains the identifier for the code page.

  • puiFamilyCodePage [out]
    A pointer to an unsigned integer value that receives the family code page identifier.

Return value

Returns S_OK if successful, or E_FAIL if either of the arguments is invalid or if the information is not found for the required code page.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IMultiLanguage2