The SEDRIS Data Representation Model
APPENDIX D - Functions SE GetSRFInfoFromSRF |
---|
extern SRM_Status_Code | |||
SE_GetSRFInfoFromSRF | |||
( | |||
SRM_SRF | srf, | (notes) | |
SE_SRF_Info | * | srf_info_out_ptr | (notes) |
); |
Populates an SE_SRF_Info structure with the relevant information from an opaque SRM_SRF handle.
SRM_STAT_CODE_SUCCESS | and the SE_SRF_Info structure is populated. |
SRM_STAT_CODE_INVALID_INPUT | if either parameter is invalid or NULL. |
Valid SRM SRF 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_GetSRFInfoFromCoordinate.
Next: SE_GetSRFTCodeFromSRFInfo.
Up:Index.
|