SEDRIS Reference Manual
APPENDIX B - Transmittal Access Level 1 API Functions SE ImageNameFromImageMappingFunction |
---|
extern SE_Status_Code | |||||
SE_ImageNameFromImageMappingFunction | |||||
( | |||||
SE_Object | object_in, | 1 | |||
SE_Store | store_in, | 2 | |||
const | SE_String | * | * | result_out_ptr | 3 |
); |
Given an <Image Mapping Function> object, retrieve the name of the associated <Image> object.
SE_STATCODE_SUCCESS | and the output parameters are set appropriately, if valid parameters were passed in and all operations succeeded. |
SE_STATCODE_UNRESOLVED_INPUT_OBJECT | and the output parameters are set as for SE_STATCODE_INACTIONABLE_FAILURE, if object_in is unresolved. |
SE_STATCODE_NO_OBJECT | and the output parameters are set as for SE_STATCODE_INACTIONABLE_FAILURE, if object_in isn't associated to an <Image> instance. |
SE_STATCODE_UNRESOLVED_OUTPUT_OBJECT | and the output parameters are set as for SE_STATCODE_INACTIONABLE_FAILURE, if object_in's associated <Image> instance is unresolved and could not be resolved. |
SE_STATCODE_C_STORE_INVALID | set if store_in is not a handle to a valid SE_Store. |
SE_STATCODE_INACTIONABLE_FAILURE | and the output parameters are set as for SE_STATCODE_INACTIONABLE_FAILURE, if the fields of the <Image> cannot be retrieved, or if the call fails for any other reason. |
1 <Image Mapping Function> whose <Image> we're identifying
2 store to manage the memory being retrieved
3 pointer to a handle to the name being retrieved
Prev: SE_GetSizeOfImageData.
Next: SE_ModelNameFromFMI.
Up:Index.
|