Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBlob::UpdateBlob

Syntax

void UpdateBlob(const pVOID data, VRLEN size, VRLEN offset)

Parameters

  • data [in] The new data to be assigned to the CTBlob object
  • size [in] The new data size.
  • offset [in] The initial offset in the CTBlob object to start updating.

Description

Updates one existing CTBlob object.

Return

None.

See also

GetBlob()

TOCIndex