PEXFreeTableValues - Free Storage From Get Table Values (5.2)


Synopsis

 
   void PEXFreeTableValues(
        int table_type,
        PEXPointer entries
   )
 

Arguments

table_type
The type of table entries in the array.

entries
An array of table entries.

Returns

None.

Description

Invoke PEXFreeTableValues to deallocate the memory returned by PEXGetTableValues.

Errors

None.

See Also

For an overview, see Lookup Tables.