Function ProQuiltdataMemoryFree
Description
Frees the top-level memory used by the quilt data structure.
Synopsis
#include <ProQuiltdata.h>
ProQuiltdataMemoryFree
(
ProQuiltdata* p_quilt_data
/* (In)
The quilt data structure
*/
)
Returns
The function successfully freed the memory.
The argument is invalid.
Sample Code References
User Guide References
Was this helpful?