|
SRM Reference Manual
Functions SRM EnumNameToVerticalDatumCode |
|---|
| extern SRM_Status_Code | ||||
| SRM_EnumNameToVerticalDatumCode | ||||
| ( | ||||
| const | char | * | enum_name_in_ptr, | (notes) |
| SRM_Vertical_Datum_Code | * | result_out_ptr | (notes) | |
| ); | ||||
Retrieves the SRM_Vertical_Datum_Code corresponding to the given string.
| SRM_STAT_CODE_SUCCESS | and *result_out_ptr is set appropriately, if valid parameters were passed in and all operations succeeded. |
| SRM_STAT_CODE_FAILURE | and no changes are made, if any parameter was NULL or if enum_name_in_ptr doesn't correspond to an enumerant. |
enumerant name to be processed
pointer to a variable in the user's memory space where the result will be stored.
Prev: SRM_EnumNameToUpDirection.
Next: SRM_FreeSRFParametersPair.
Up:Index.
|