Legacy Document
Important:
The information in this document is obsolete and should not be used for new development.
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.
© 1999 Apple Computer, Inc. (Last Updated 13 Dec 99)