Conversion object
A conversion engine dedicated to a specified combination of source and destination code pages.
Remarks
To avoid creating and deleting many instances of the Conversion object, callers can reinitialize an object whenever a change in code pages is needed.
A client should use this object to perform a number of conversions between the same two code pages.
Creation\Access Functions
Use any of the following to retrieve a reference to the object:
| IMultiLanguage::CreateConvertCharset |
Interfaces Implemented
| IMLangConvertCharset |
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
CLSID |
CLSID_CMLangConvertCharset |
See also
- IDispatch
- Reference
- IMLangConvertCharset::DoConversion
- IMLangConvertCharset::DoConversionFromUnicode
- IMLangConvertCharset::DoConversionToUnicode
- IMLangConvertCharset::GetDestinationCodePage
- IMLangConvertCharset::GetProperty
- IMLangConvertCharset::GetSourceCodePage
- MLCONVCHAR