Function ProContourdataFree
Description
Frees the memory for the contour data structure.
Synopsis
#include <ProContourdata.h>
ProContourdataFree
(
ProContourdata* p_contour_data
/* (In)
The contour data structure
*/
)
Returns
The function successfully freed the memory.
The input argument is invalid.
Sample Code References
도움이 되셨나요?