DisposeUnicodeToTextRunInfo
Releases the memory allocated for the specified Unicodeconverter object.
Declaration
OSStatus DisposeUnicodeToTextRunInfo(UnicodeToTextRunInfo *ioUnicodeToTextRunInfo);Parameters
- ioUnicodeToTextRunInfo:
A pointer to a Unicode converter object. On input, you specify a Unicode converter object that points to the conversion information to dispose. It must be an object which your application created using the function 1433632 Createunicodetotextruninfo, 1433651 Createunicodetotextruninfobyenco, or 1433657 Createunicodetotextruninfobyscri. You must point to any other type of Unicode converter object. Your application should not use this function with the same structure more than once.
Return Value
A resultcode. See Result Codes. If your application specifiesan invalid Unicode converter object, such as NULL,the function returns paramErr.