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) (See also Link Libraries)
Syntax
PRESULT PvFreeTableNames(
TABLEMAP*      tableList);
Arguments
 
Array of TABLEMAP structures that contain table names.
Return Values
 
Remarks
The following precondition must be met:
The memory freed with this function is successfully allocated during a PvGetTableNames() call to retrieve all the table names for a specified dictionary.
Example
PRESULT status = 0;
status = PvFreeTableNames(&mytableList);
See Also
PvStart()
PvOpenDatabase()
PvGetTableNames()
PvGetTable()
PvFreeTable()
PvCloseDictionary()
PvStop()