Function ProComponentCurvedataAlloc
Description
Allocates memory for a component of a composite curve.
Synopsis
#include <ProCurvedata.h>
ProComponentCurvedataAlloc
(
ProComponentCurvedata** pp_component
/* (Out)
The component of a composite curve
*/
)
Returns
The function successfully allocated the memory.
Insufficient memory.
The input was invalid.
Sample Code References
User Guide References
¿Fue esto útil?