CFSetRemoveAllValues

Header: CFSet.h Carbon status: Supported

Removes all values from a mutable CFSet object.

void CFSetRemoveAllValues (
    CFMutableSetRef theSet
);
Parameter descriptions
theSet

Pass a reference to a mutable CFSet object whose contents you want to expunge.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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