CFDataAppendBytes |
||||
Header: | CFData.h | Carbon status: | Supported | |
Appends the bytes from a byte buffer to the contents of a CFData object.
void CFDataAppendBytes ( CFMutableDataRef data, const UInt8 *bytes, CFIndex length );
Pass a reference to a mutable CFData object. References to immutable CFData objects will cause indeterminate behavior.
Pass a pointer to the buffer of bytes to be added to the CFData object.
Specify the number of bytes in the byte buffer bytes.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)