SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE GetEncoding |
---|
extern SE_Return_Code | |||
SE_GetEncoding | |||
( | |||
SE_Object | object_in, | (notes) | |
SE_Encoding | * | encoding | (notes) |
); |
Given a handle to an object, return the implementation identifier associated with the API implementation in which that object resides.
SE_RET_CODE_SUCCESS | and the encoding parameter is returned |
SE_RET_CODE_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RET_CODE_SUCCESS is returned:
SE_STAT_CODE_SUCCESS | set if valid parameters were passed and operation completed successfully. |
SE_Status_Code(s) when SE_RET_CODE_FAILURE is returned:
SE_STAT_CODE_INACTIONABLE_FAILURE | set if the call fails for any reason. |
the object for which the encoding should be returned.
an SE_Encoding enumerant.
Prev: SE_GetDataTableData.
Next: SE_GetFields.
Up:Index.
|