The SEDRIS Data Representation Model
APPENDIX D - Functions SE GetSRFTCodeFromSRFInfo |
---|
extern SRM_Status_Code | ||||
SE_GetSRFTCodeFromSRFInfo | ||||
( | ||||
const | SE_SRF_Info | * | srf_info_in_ptr, | (notes) |
SRM_SRFT_Code | * | srft_code_out_ptr | (notes) | |
); |
Returns the SRM_SRFT_Code represented by the SRF information stored in the SE_SRF_Info. This includes the underlying SRM_SRFT_Code when the SE_SRF_Info represents an SRF instance or SRF set member.
SRM_STAT_CODE_SUCCESS | and the SRFT code is returned. |
SRM_STAT_CODE_INVALID_INPUT | if either parameter is NULL or the SE_SRF_Info is invalid. |
pointer to the SE_SRF_Info whose SRFT code is to be returned.
a pointer to the variable in the user's memory space where the answer will be stored.
Prev: SE_GetSRFInfoFromSRF.
Next: SE_HLStoRGB.
Up:Index.
|