Q3Point_EmptyData
You can use theQ3Point_EmptyDatafunction to release the memory occupied by the data structure returned by a previous call toQ3Point_GetData.
TQ3Status Q3Point_EmptyData (TQ3PointData *pointData);
pointData- A pointer to a
TQ3PointDatastructure.DESCRIPTION
TheQ3Point_EmptyDatafunction releases the memory occupied by theTQ3PointDatastructure pointed to by thepointDataparameter; that memory was allocated by a previous call toQ3Point_GetData.