Carbon


TScriptingSizeResource

Header: AEUserTermTypes.h

struct TScriptingSizeResource {
    SInt16 scriptingSizeFlags; 
    UInt32 minStackSize; 
    UInt32 preferredStackSize; 
    UInt32 maxStackSize; 
    UInt32 minHeapSize; 
    UInt32 preferredHeapSize; 
    UInt32 maxHeapSize;
};

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