PreviousDTI Programmer's Guide (v10) Next

PvFreeTableNames()

Chapter contents

Frees memory allocated with a PvGetTableNames() call.

Header file: DDF.H
Requires: W3DBAV78.DLL or higher version

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 following precondition must be met:

The memory freed with this function is succesfully 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()
PvOpenDictionary()
PvGetTableNames()
PvGetTable()
PvFreeTable()
PvCloseDictionary()
PvStop()


Chapter contents
Book contents

Prev topic: PvFreeTable()
Next topic: PvGetAllPossibleSelections()