MemCom Reference Manual > MemCom C API Manual Pages > Relational Table Manager Functions > mcTBgetTableSize

Name

mcTBgetTableSize — Return the total table size

Synopsis

#include <memcom.h>

int mcTBgetTableSize(mcRTable* rt);

Description

mcTBgetTableSize returns the size of the relational table in number of bytes. In case of error a negative value (i.e the error code) is returned.

Parameters

rt

Pointer to relational table in memory (input).