Carbon


TextServiceList

Header: TextServices.h

struct TextServiceList {
    SInt16 fTextServiceCount; 
    TextServiceInfo fServices[1];
};
typedef TextServiceList TextServiceListPtr;

Field descriptions

fTextServiceCount

An integer that provides the number of text service components in the text service component list.

fServices

A variable-length array of text service component information structures.


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