![]() |
ccntTokenRecord |
Header: AEObjects.h |
Stores token information used by the AEResolve function while locating a range of objects.
struct ccntTokenRecord { DescType tokenClass; AEDesc token; }; typedef ccntTokenRecord ccntTokenRecPtr;
The class ID of the container represented by the token parameter.
A token for the current container. (Token is defined in AEDisposeToken.)
When the AEResolve function calls an object accessor function to locate a range of objects, the Apple Event Manager replaces the descriptor record of type typeCurrentContainer with a token for the container of each boundary object. When using AEResolve to resolve the object specifier record, your application doesnt need to examine the contents of this token, because the Apple Event Manager keeps track of it.
If your application attempts to resolve some or all of the object specifier record without calling AEResolve, the application may need to examine the token before it can locate the boundary objects. The token provided by the Apple Event Manager for a boundary objects container is a descriptor record of type typeToken whose data storage pointer refers to a structure of type ccntTokenRecord.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)