Carbon


TECDisposeSniffer

Header: TextEncodingConverter.h Carbon status: Supported

Disposes of a sniffer object.

OSStatus TECDisposeSniffer (
    TECSnifferObjectRef encodingSniffer
);
Parameter descriptions
encodingSniffer

A pointer to the sniffer object you want to remove.

function result

A result code.

DISCUSSION

This function releases all memory allocated to the sniffer object created by the TECCreateSniffer function.

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)