CFDictionaryGetCount

Header: CFDictionary.h Carbon status: Supported

Returns the number of values currently in the dictionary.

CFIndex CFDictionaryGetCount (
    CFDictionaryRef dict
);
Parameter descriptions
dict

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

function result

The number of values in the dictionary.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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