Distributed Tuning Interface Reference : PvFreeTableNames()
 
PvFreeTableNames()
Frees memory allocated with a PvGetTableNames() call.
Header File: ddf.h (See also Header Files)
Function First Available In Library: w3dbav78.dll (Windows), libpsqldti.so (Linux), libpsqldti.dylib (macOS) (See also Link Libraries)
Syntax
PRESULT PvFreeTableNames(
   TABLEMAP*      tableList);
Arguments
 
In/Out
tableList
Array of TABLEMAP structures that contain table names.
Return Values
 
PCM_Success
The operation was successful.
PCM_errFailed
The operation was not successful.
Remarks
The memory freed with this function is successfully allocated during a PvGetTableNames() call to retrieve all of the table names for a specified dictionary.
Example
PRESULT status = 0;
status = PvFreeTableNames(&mytableList);
See Also
PvStart()
PvOpenDatabase()
PvGetTableNames()
PvGetTable()
PvFreeTable()
PvCloseDictionary()
PvStop()