|
Mac OS 9
|
AppleScript Generic Component Interfaces. More...
Go to the source code of this file.
Typedefs | |
| typedef OSType | ScriptingComponentSelector |
| typedef OSAID | GenericID |
Functions | |
| OSAError | OSAGetDefaultScriptingComponent (ComponentInstance genericScriptingComponent, ScriptingComponentSelector *scriptingSubType) |
| OSAError | OSASetDefaultScriptingComponent (ComponentInstance genericScriptingComponent, ScriptingComponentSelector scriptingSubType) |
| OSAError | OSAGetScriptingComponent (ComponentInstance genericScriptingComponent, ScriptingComponentSelector scriptingSubType, ComponentInstance *scriptingInstance) |
| OSAError | OSAGetScriptingComponentFromStored (ComponentInstance genericScriptingComponent, const AEDesc *scriptData, ScriptingComponentSelector *scriptingSubType) |
| OSAError | OSAGenericToRealID (ComponentInstance genericScriptingComponent, OSAID *theScriptID, ComponentInstance *theExactComponent) |
| OSAError | OSARealToGenericID (ComponentInstance genericScriptingComponent, OSAID *theScriptID, ComponentInstance theExactComponent) |
AppleScript Generic Component Interfaces.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/
| OSAError OSAGenericToRealID | ( | ComponentInstance | genericScriptingComponent, |
| OSAID * | theScriptID, | ||
| ComponentInstance * | theExactComponent | ||
| ) |
| OSAError OSAGetDefaultScriptingComponent | ( | ComponentInstance | genericScriptingComponent, |
| ScriptingComponentSelector * | scriptingSubType | ||
| ) |
OSAGetDefaultScriptingComponent()
| OSAError OSAGetScriptingComponent | ( | ComponentInstance | genericScriptingComponent, |
| ScriptingComponentSelector | scriptingSubType, | ||
| ComponentInstance * | scriptingInstance | ||
| ) |
| OSAError OSAGetScriptingComponentFromStored | ( | ComponentInstance | genericScriptingComponent, |
| const AEDesc * | scriptData, | ||
| ScriptingComponentSelector * | scriptingSubType | ||
| ) |
OSAGetScriptingComponentFromStored()
| OSAError OSARealToGenericID | ( | ComponentInstance | genericScriptingComponent, |
| OSAID * | theScriptID, | ||
| ComponentInstance | theExactComponent | ||
| ) |
| OSAError OSASetDefaultScriptingComponent | ( | ComponentInstance | genericScriptingComponent, |
| ScriptingComponentSelector | scriptingSubType | ||
| ) |
OSASetDefaultScriptingComponent()