CFArrayGetCount

Header: CFArray.h Carbon status: Supported

Returns the number of values currently in the array.

CFIndex CFArrayGetCount (
    CFArrayRef theArray
);
Parameter descriptions
theArray

The array to be queried. If this parameter is not a valid CFArray, the behavior is undefined.

function result

The number of values in the array.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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