Carbon


TextServiceInfo

Header: TextServices.h

struct TextServiceInfo {
    Component fComponent; 
    Str255 fItemName;
};
typedef TextServiceInfo TextServiceInfoPtr;

Field descriptions

fComponent

A component identifier for this text service component. You can use the component identifier in Text Services Manager functions that open or obtain information about a text service component.

fItemName

A Pascal string with the name of a text service component. (The script system to use for displaying the string is specified in the componentFlags field of the component description structure.)


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