Carbon


DisposeUnicodeToTextInfo

Header: UnicodeConverter.h Carbon status: Supported

Releases the memory allocated for the specified Unicode converter object.

OSStatus DisposeUnicodeToTextInfo (
    UnicodeToTextInfo *ioUnicodeToTextInfo
);
Parameter descriptions
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 CreateUnicodeToTextInfo or CreateUnicodeToTextInfoByEncoding. 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.

function result

A result code. The function returns noErr if it disposes of the Unicode converter object successfully. If your application specifies an invalid Unicode converter object, such as NULL, the function returns a paramErr result code.

AVAILABILITY

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)