This topic has not yet been rated - Rate this topic

IMLangConvertCharset interface

Converts a string from one code page to another.

Members

The IMLangConvertCharset interface inherits from the IUnknown interface but does not have additional members.

Remarks

A client creates an instance of the Conversion by using IMultiLanguage::CreateConvertCharset or by explicitly calling CoCreateInstance. The IMLangConvertCharset methods perform more efficient character set conversions than the methods in the IMultiLanguage interface.

A caller uses this interface to perform character set conversions repeatedly that involve the same combination of source and destination code pages. This interface can also be used to reinitialize the Conversion with new source and destination code pages as many times as necessary.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

 

 

Build date: 9/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.