![]() |
DisposeTextToUnicodeInfo |
||||
Header: | UnicodeConverter.h | Carbon status: | Supported | |
Releases the memory allocated for the specified Unicode converter object.
OSStatus DisposeTextToUnicodeInfo ( TextToUnicodeInfo *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 CreateTextToUnicodeInfo or CreateTextToUnicodeInfoByEncoding. 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.
A result code. If your application specifies an invalid Unicode converter object, such as NULL, the function returns a paramErr result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)