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