Share via


IMultiLanguage2::GetCharsetInfo

This method retrieves the MIMECSETINFO structure corresponding to the specified charset name.

HRESULT GetCharsetInfo( 
  BSTR Charset,
  PMIMECSETINFO pCharsetInfo
);

Parameters

  • Charset
    [in] ISO-defined or IANA-defined charset name the client wants information about.
  • pCharsetInfo
    [out] Pointer to the buffer to receive the MIMECSETINFO structure corresponding to the specified charset.

Return Values

Returns S_OK if successful or E_FAIL otherwise.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.