Important: The information in this document is obsolete and should not be used for new development.
Creates and returns a Unicode converter object containing information required for converting strings from Unicode to another encoding.
pascal OSStatus CreateUnicodeToTextInfo (
You pass the Unicode converter object returned from CreateUnicodeToTextInfo to the function ConvertFromUnicodeToText or ConvertFromUnicodeToPString to identify the information to be used for the conversion. These two functions modify the contents of the Unicode converter object.
In addition to various resource and memory errors, the function can return the following result codes:
If an error is returned, the Unicode converter object is invalid.
The function CreateUnicodeToTextInfoByEncoding