Function ProEdgedataAlloc
Description
Allocates memory for the edge data structure.
Synopsis
#include <ProEdgedata.h>
ProEdgedataAlloc
(
ProEdgedata** pp_edge_data
/* (Out)
The edge data structure
*/
)
Returns
The function successfully allocated memory for the edge data structure.
Insufficient memory.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?