Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbAllocVTableInfo

ctdbAllocVTableInfo() allocates a new CTDBVTABLEINFO structure.

Declaration

CTHANDLE ctdbAllocVTableInfo(pCTDBTABLE pTable, UCOUNT size);

Description

  • pTable: Table to allocate a CTDBVTABLEINFO object
  • size: Number of elements allocated

Return Values

ctdbAllocVTableInfo() returns a c-treeDB API handle to a CTDBVTABLEINFO structure.

See Also

ctdbAddMRTTable(), ctdbAddVTableResource(), ctdbCreateMRTTable(), ctdbFreeVTableInfo(), ctdbGetVTableInfoFromTable(), ctdbGetVTableNumber(), ctdbIsVTable(), ctdbRemoveVTableResource(), ctdbSetMRTTableFilter()

TOCIndex