Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Up Previous Next 

PATH 
Mac OS 8 and 9 Developer Documentation > Text Encoding Conversion Manager
Programming With the Text Encoding Conversion Manager



TECDisposeSniffer

Disposes of a sniffer object.

pascal OSStatus TECDisposeSniffer (
                     TECSnifferObjectRef encodingSniffer);
encodingSniffer
A pointer to the sniffer object you want to remove.

function result
A result code. See Text Encoding Conversion Manager Result Codes for a list of possible values. If this function returns a result code other than noErr, then one of the conversion plug-ins accessed by the converter encountered an error condition.

DISCUSSION

This function releases all memory associated with the sniffer object created by the function TECCreateSniffer.

SEE ALSO

The function TECCountAvailableSniffers

The function TECGetAvailableSniffers

The function TECSniffTextEncoding


© 1999 Apple Computer, Inc. – (Last Updated 13 Dec 99)

Up Previous Next