Function ProEdgedataFree
Description
Frees all the underlying memory for the edge data structure.
Synopsis
#include <ProEdgedata.h>
ProEdgedataFree
(
ProEdgedata* p_edge_data
/* (In)
The edge data structure
*/
)
Returns
The function successfully freed the memory.
The input argument is invalid.
Sample Code References
User Guide References
这对您有帮助吗?