|
SRM Reference Manual
Functions SRM FreeSRFParametersPair |
|---|
| extern SRM_Status_Code | |||
| SRM_FreeSRFParametersPair | |||
| ( | |||
| SRM_SRF_Parameters_Pair | to_free | (notes) | |
| ); | |||
Free the memory directly associated with the internal coordinate conversion parameters. The memory was allocated by this API during an earlier call to SRM_CreateSRFParametersPair().
| SRM_STAT_CODE_SUCCESS | and the memory is freed, if to_free pointed to a valid set of internal coordinate operations parameters. |
| SRM_STAT_CODE_FAILURE | if to_free didn't point to a valid set of internal coordinate operations parameters or the memory was not successfully freed. |
a pointer to the internal coordinate operations parameters to
be freed.
Prev: SRM_EnumNameToVerticalDatumCode.
Next: SRM_GeoidManagerRequest.
Up:Index.
|