Function ProContourdataAlloc
Description
Allocates memory for the contour data structure.
Synopsis
#include <ProContourdata.h>
ProContourdataAlloc
(
ProContourdata** pp_contour_data
/* (Out)
The contour data structure
*/
)
Returns
The function successfully allocated memory for the contour.
Insufficient memory.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?