Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 5 - Collection Manager / Collection Manager Reference
Data Types


Collection Objects

The Collection Manager provides you with access to a collection object through a Collection reference:

typedef struct PrivateCollectionRecord *Collection;
The Collection type defines a reference type that your compiler can type-check; it does not define a pointer to a publicly defined data structure. The contents of the collection object are private; you must use the Collection Manager functions to manipulate collection objects.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996