Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbBlobGetData

Return a pointer to the blob data.

Declaration

pVOID ctdbBlobGetData(pCTBLOB pBlob)

Description

ctdbBlobGetData() retrieves a pointer to the blob data.

  • pBlob [in] the blob pointer.

Returns

ctdbBlobGetData() returns the pointer to the blob data

See also

ctdbBlobGetSize(), ctdbBlobClear(), ctdbBlobCmp(), ctdbBlobSet()

TOCIndex