Carbon


DisposeUnicodeToTextRunInfo

Header: UnicodeConverter.h Carbon status: Supported

Releases the memory allocated for the specified Unicode converter object.

OSStatus DisposeUnicodeToTextRunInfo (
    UnicodeToTextRunInfo *ioUnicodeToTextRunInfo
);
Parameter descriptions
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 CreateUnicodeToTextRunInfo, CreateUnicodeToTextRunInfoByEncoding, or CreateUnicodeToTextRunInfoByScriptCode. 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.

function result

A result code. If your application specifies an invalid Unicode converter object, such as NULL, the function returns paramErr.

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)