CFArrayGetCount |
||||
Header: | CFArray.h | Carbon status: | Supported | |
Returns the number of values currently in the array.
CFIndex CFArrayGetCount ( CFArrayRef theArray );
The array to be queried. If this parameter is not a valid CFArray, the behavior is undefined.
The number of values in the array.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)