Mac OS 9
OSAComp.h File Reference

AppleScript Component Implementor's Interfaces. More...

#include <MacTypes.h>
#include <AEDataModel.h>

Go to the source code of this file.

Functions

OSErr OSAGetStorageType (AEDataStorage scriptData, DescType *dscType)
 
OSErr OSAAddStorageType (AEDataStorage scriptData, DescType dscType)
 
OSErr OSARemoveStorageType (AEDataStorage scriptData)
 

Detailed Description

AppleScript Component Implementor's Interfaces.

Introduced In: AppleScript 1.1
Avaliable From: Universal Interfaces 3.4.1
Copyright: © 1992-2001 by Apple Computer, Inc., all rights reserved

For bug reports, consult the following page on the World Wide Web:

http://developer.apple.com/bugreporter/

Function Documentation

◆ OSAAddStorageType()

OSErr OSAAddStorageType ( AEDataStorage  scriptData,
DescType  dscType 
)

OSAAddStorageType()

Non-Carbon CFM: in AppleScriptLib 1.1 and later
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ OSAGetStorageType()

OSErr OSAGetStorageType ( AEDataStorage  scriptData,
DescType dscType 
)

OSAGetStorageType()

Non-Carbon CFM: in AppleScriptLib 1.1 and later
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ OSARemoveStorageType()

OSErr OSARemoveStorageType ( AEDataStorage  scriptData)

OSARemoveStorageType()

Non-Carbon CFM: in AppleScriptLib 1.1 and later
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later