PEXFreeTableEntries - Free Storage Associated with Tables Entries Return Parameters (5.0)


Note: This function has been superseded by the PEXFreeTableValues function, but it is maintained here for backwards compatibility with PEXlib 5.1.

Synopsis

 
   void PEXFreeTableEntries(
        int table_type,
        unsigned int count,
        PEXPointer entries
   )
 

Arguments

table_type
The type of table entries in the array.

count
The number of entries in the array.

entries
An array of table entries.

Returns

None.

Description

Invoke PEXFreeTableEntries to deallocate the memory returned by the compatibility functions: PEXGetPredefinedEntries, PEXGetTableEntries and PEXGetTableEntry.

Errors

None.

See Also

For an overview, see Lookup Tables.