![]() |
AEDataStorage |
Header: AEDataModel.h |
A pointer to an opaque data type that provides storage for an AEDesc descriptor record.
typedef Handle AEDataStorage;
The Apple Event Manager defines the AEDataStorage data type to serve as a data storage field in the AEDesc structure. Your application doesnt access the data pointed to by a data storage pointer directly. Rather, you use one of the following functions:
Prior to Carbon, the AEDataStorage data type was defined as follows:
typedef Handle AEDataStorage;
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)