SE_rasbandinfo_free_transform_list |
Releases the memory allocated to a transformation list that has been assigned to an SE_RASBANDINFO object
void SE_rasbandinfo_free_transform_list (SE_TRANSFORMINFO *transform_list, LONG count)
transform_list | A transformation info list |
count | The number of array elements in the transformation list |
This function releases memory allocated to an SE_TRANSFORMINFO list that has been assigned to an SE_RASBANDINFO object.
None