The SEDRIS Data Representation Model
APPENDIX D - Functions SE GetSRFInfoFromCoordinate |
---|
extern SRM_Status_Code | |||
SE_GetSRFInfoFromCoordinate | |||
( | |||
SRM_Coordinate | coordinate, | (notes) | |
SE_SRF_Info | * | srf_info_out_ptr | (notes) |
); |
Populates an SE_SRF_Info structure with the relevant SRF information from an opaque SRM_Coordinate handle.
SRM_STAT_CODE_SUCCESS | and the SRF info structure is populated. |
SRM_STAT_CODE_INVALID_INPUT | if either parameter is invalid or NULL. |
Valid SRM Coordinate handle from which the SE_SRF_Info structure will be populated.
pointer to user space SE_SRF_Info structure which will be populated with the correct SRM SRF information.
Prev: SE_GeneralithFieldInType.
Next: SE_GetSRFInfoFromSRF.
Up:Index.
|