DisposeTextToUnicodeInfo
Releases the memory allocated for the specified Unicodeconverter object.
Declaration
OSStatus DisposeTextToUnicodeInfo(TextToUnicodeInfo *ioTextToUnicodeInfo);Parameters
- ioTextToUnicodeInfo:
A pointer to a Unicode converter object of type Texttounicodeinfo, used for converting text to Unicode. On input, you specify the object to dispose. It must be an object which your application created using the function 1433598 Createtexttounicodeinfo or 1433560 Createtexttounicodeinfobyencodin. You must not 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 a paramErr resultcode.