Q3Marker_EmptyData
You can use theQ3Marker_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3Marker_GetData
.
TQ3Status Q3Marker_EmptyData (TQ3MarkerData *markerData);
markerData
- A pointer to a
TQ3MarkerData
structure.DESCRIPTION
TheQ3Marker_EmptyData
function releases the memory occupied by theTQ3MarkerData
structure pointed to by themarkerData
parameter; that memory was allocated by a previous call toQ3Marker_GetData
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help