Carbon


OffPair

Header: IntlResources.h

struct OffPair {
    SInt16 offFirst; 
    SInt16 offSecond;
};
typedef OffPair OffsetTable;

Field descriptions

offFirst

The offset in bytes from the beginning of the string to the first character of the word.

offSecond

The offset in bytes from the beginning of the string to the last character of the word.

The OffPair data type is used in the OffsetTable structure.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)