Carbon


GetCollectionDefaultAttributes

Header: Collections.h Carbon status: Supported

Examines the default attributes of a collection object.

SInt32 GetCollectionDefaultAttributes (
    Collection c
);
Parameter descriptions
c

A reference to the collection object whose default attributes you want to determine. The behavior of this function is undefined if you do not provide a reference to a valid collection object.

function result

An SInt32 word containing the bit flags that make up the collection’s default attributes.

DISCUSSION

To change the attributes of a collection object, use the SetCollectionDefaultAttributes function.

To examine the attributes of a specific item in a collection, use GetCollectionItemInfo, GetIndexedCollectionItemInfo, and GetTaggedCollectionItemInfo

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


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