DisposeUnicodeToTextInfo
Releases the memory allocated for the specified Unicodeconverter object.
Declaration
OSStatus DisposeUnicodeToTextInfo(UnicodeToTextInfo *ioUnicodeToTextInfo);Parameters
- ioUnicodeToTextInfo:
A pointer to a Unicode converter object for converting from Unicode to a non-Unicode encoding. You specify a Unicode converter object that your application created using the function 1433522 Createunicodetotextinfo or 1433550 Createunicodetotextinfobyencodin. You must not point to any other type of Unicode converter object. Your application should not attempt to dispose of the same Unicode converter object more than once.
Return Value
A resultcode. See Result Codes. The function returns noErr ifit disposes of the Unicode converter object successfully. If your applicationspecifies an invalid Unicode converter object, such as NULL,the function returns a paramErr resultcode.