Important: The information in this document is obsolete and should not be used for new development.
Collection Objects
The Collection Manager provides you with access to a collection object through aCollectionreference:
typedef struct PrivateCollectionRecord *Collection;TheCollectiontype 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.