Q3PolyLine_EmptyData
You can use theQ3PolyLine_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3PolyLine_GetData
.
TQ3Status Q3PolyLine_EmptyData (TQ3PolyLineData *polyLineData);
polyLineData
- A pointer to a
TQ3PolyLineData
structure.DESCRIPTION
TheQ3PolyLine_EmptyData
function releases the memory occupied by theTQ3PolyLineData
structure pointed to by thepolyLineData
parameter; that memory was allocated by a previous call toQ3PolyLine_GetData
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help