PEXFreeStructurePaths - Free Structure Paths Memory


Synopsis

 
   void PEXFreeStructurePaths(
        unsigned long count,
        PEXStructurePath *paths
   )
 

Arguments

count
The number of structure paths.

paths
An array of structure paths.

Returns

None.

Description

Invoke PEXFreeStructurePaths to deallocate memory returned by PEXGetAncestors, PEXGetDescendants, and PEXSearchNetwork.

Errors

None.

See Also

For a list of all Structure functions and related topics, see Structures.