CFDataDeleteBytes

Header: CFData.h Carbon status: Supported

Deletes the bytes in a mutable CFData object within a specified range.

void CFDataDeleteBytes (
    CFMutableDataRef data, 
    CFRange range
);
Parameter descriptions
data

Pass a reference to a mutable CFData object. References to immutable CFData objects will cause indeterminate behavior.

range

Pass a structure of type CFRange that specifies the range of bytes (that is, the starting byte and the number of bytes from that point) to delete from the CFData object's byte buffer.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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