Function ProCurvedataAlloc
Description
Allocates memory for a curve data structure.
Synopsis
#include <ProCurvedata.h>
ProCurvedataAlloc
(
ProCurvedata** pp_curve
/* (Out)
The curve data structure
*/
)
Returns
The function successfully allocated memory for the curve data structure.
Insufficient memory.
The input is invalid.
Sample Code References
User Guide References
Isto foi útil?