Function ProQuiltdataInit
Description
Initializes the quilt data structure.
Synopsis
#include <ProQuiltdata.h>
ProQuiltdataInit
(
int quilt_id
/* (In)
The quilt identifier
*/
ProQuiltdata* p_quilt_data
/* (Out)
The quilt data structure
*/
)
Returns
The function successfully initialized the data structure.
One or more of the arguments are invalid.
Sample Code References
User Guide References
Was this helpful?