The SEDRIS Data Representation Model
APPENDIX D - Functions SE CreateObjectReferenceFromSRFContextInfo |
---|
extern SRM_Status_Code | ||||
SE_CreateObjectReferenceFromSRFContextInfo | ||||
( | ||||
const | SE_SRF_Context_Info | * | srf_info_in_ptr, | 1 |
SRM_Object_Reference | * | srf_out_ptr | 2 | |
); |
Creates and returns an SRM_Object_Reference from an SE_SRF_Context_Info that can be used in conjunction with the SRM API to do coordinate conversions.
SRM_STATCOD_SUCCESS | and the SRM_Object_Reference is created. |
SRM_STATCOD_INVALID_INPUT | if either parameter is NULL. |
1 pointer to a populated SE_SRF_Context_Info from which the SRM_Object_Reference will be created.
2 pointer to user space SRM_Object_Reference which will be populated with the correct SRM SRF information.
Prev: SE_ConvertFieldsToCoordinate.
Next: SE_EnumNameToAPI.
Up:Index.
|