Q3Polygon_EmptyData
You can use theQ3Polygon_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3Polygon_GetData
.
TQ3Status Q3Polygon_EmptyData (TQ3PolygonData *polygonData);
polygonData
- A pointer to a
TQ3PolygonData
structure.DESCRIPTION
TheQ3Polygon_EmptyData
function releases the memory occupied by theTQ3PolygonData
structure pointed to by thepolygonData
parameter; that memory was allocated by a previous call toQ3Polygon_GetData
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help