Q3Line_EmptyData
You can use theQ3Line_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3Line_GetData
.
TQ3Status Q3Line_EmptyData (TQ3LineData *lineData);
lineData
- A pointer to a
TQ3LineData
structure.DESCRIPTION
TheQ3Line_EmptyData
function releases the memory occupied by theTQ3LineData
structure pointed to by thelineData
parameter; that memory was allocated by a previous call toQ3Line_GetData
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help