CclBuf (2)
CclBuf(unsigned long length, void* dataArea)
- length
- The length of the supplied data area, in bytes.
- dataArea
- The address of the first byte of the supplied data area.
Creates a CclBuf object that cannot be extended, adopting the given data area as its own. The DataAreaOwner is set external.