Carbon


TXNMatchTextRecord

Header: MacTextEditor.h

Contains information about the text to be matched in a find operation.

struct TXNMatchTextRecord {
    const void *iTextPtr; 
    SInt32 iTextToMatchLength; 
    TextEncoding iTextEncoding;
};

Field descriptions

iTextPtr

A pointer to the text to be matched.

iTextToMatchLength

The minimum number of characters that must match for the find operation to be successful.

iTextEncoding

The encoding used by the text to be matched.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)