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



TECSnifferObjectRef

When analyzing text for possible encodings, the Text Encoding Converter requires a reference to a sniffer object that specifies what types of encodings can be detected. You receive this reference when calling the function TECCreateSniffer. A sniffer object reference is defined by the TECSnifferObjectRef data type:

typedef struct OpaqueTECSnifferObjectRef* TECSnifferObjectRef;

The structure of the OpaqueTECObjectRef data type is private, and a sniffer object is not accessible directly.


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

Up Previous Next