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 DisposeUnicodeToTextInfo (
The DisposeUnicodeToTextInfo function disposes of the Unicode converter object and releases the memory allocated for it. Your application should not attempt to dispose of the same Unicode converter object more than once.
You must use this function only to release the memory for a Unicode converter object that your application created through the function CreateUnicodeToTextInfo or CreateUnicodeToTextInfoByEncoding. You must not use it for any other type of Unicode converter object.
The function returns noErr if it disposes of the Unicode converter object successfully. If your application specifies an invalid Unicode converter object, such as NULL, the function returns a paramErr result code.