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 DisposeUnicodeToTextRunInfo (
The DisposeUnicodeToTextRunInfo function disposes of the Unicode converter object specified by the ioUnicodeToTextRunInfo parameter 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 to release the memory only for a Unicode converter object that your application created through the function CreateUnicodeToTextRunInfo, CreateUnicodeToTextRunInfoByEncoding, or CreateUnicodeToTextRunInfoByScriptCode.
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 paramErr.