19 #ifndef __OSAGENERIC__
20 #define __OSAGENERIC__
26 #ifndef __APPLEEVENTS__
47 #if PRAGMA_STRUCT_ALIGN
48 #pragma options align = mac68k
49 #elif PRAGMA_STRUCT_PACKPUSH
51 #elif PRAGMA_STRUCT_PACK
66 kGenericComponentVersion = 0x0100
71 kGSSSelectGetDefaultScriptingComponent = 0x1001,
72 kGSSSelectSetDefaultScriptingComponent = 0x1002,
73 kGSSSelectGetScriptingComponent = 0x1003,
74 kGSSSelectGetScriptingComponentFromStored = 0x1004,
75 kGSSSelectGenericToRealID = 0x1005,
76 kGSSSelectRealToGenericID = 0x1006,
77 kGSSSelectOutOfRange = 0x1007
80 typedef OSType ScriptingComponentSelector;
81 typedef OSAID GenericID;
93 ScriptingComponentSelector *scriptingSubType);
105 ScriptingComponentSelector scriptingSubType);
118 ScriptingComponentSelector scriptingSubType,
133 ScriptingComponentSelector *scriptingSubType);
161 #if PRAGMA_STRUCT_ALIGN
162 #pragma options align = reset
163 #elif PRAGMA_STRUCT_PACKPUSH
165 #elif PRAGMA_STRUCT_PACK
169 #ifdef PRAGMA_IMPORT_OFF
AppleEvent Package Interfaces.
OSAError OSAGetScriptingComponentFromStored(ComponentInstance genericScriptingComponent, const AEDesc *scriptData, ScriptingComponentSelector *scriptingSubType)
OSAError OSAGetScriptingComponent(ComponentInstance genericScriptingComponent, ScriptingComponentSelector scriptingSubType, ComponentInstance *scriptingInstance)
OSAError OSAGetDefaultScriptingComponent(ComponentInstance genericScriptingComponent, ScriptingComponentSelector *scriptingSubType)
OSAError OSASetDefaultScriptingComponent(ComponentInstance genericScriptingComponent, ScriptingComponentSelector scriptingSubType)
OSAError OSAGenericToRealID(ComponentInstance genericScriptingComponent, OSAID *theScriptID, ComponentInstance *theExactComponent)
OSAError OSARealToGenericID(ComponentInstance genericScriptingComponent, OSAID *theScriptID, ComponentInstance theExactComponent)
Open Scripting Architecture Client Interfaces.
unsigned long OSAID
Definition: OSA.h:165
Definition: AEDataModel.h:175
Definition: Components.h:220