Important: The information in this document is obsolete and should not be used for new development.
Releases the memory allocated for the specified Unicode converter object.
pascal OSStatus DisposeTextToUnicodeInfo (
The DisposeTextToUnicodeInfo function disposes of the Unicode converter object and releases the memory allocated for it. Your application should not attempt to dispose of the same structure more than once.
You use this function only to release the memory for objects that your application created through the function CreateTextToUnicodeInfo or CreateTextToUnicodeInfoByEncoding. You must not use it for any other type of Unicode converter object.
If your application specifies an invalid Unicode converter object, such as NULL, the function returns a paramErr result code.