SE_shape_free_array |
Frees the memory allocated for an array.
void SE_shape_free_array (LONG num_shapes, SE_SHAPE *shapelist);
num_shapes | The number of shape objects in the array |
shapelist | A handle to an array of shape objects |
Frees the memory allocated for an array.
None