SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Functions
SE GetEncoding
extern SE_Return_Code
SE_GetEncoding
(
SE_Object  object,1
SE_Encoding  *encoding2
);

Definition

Given a handle to an object, return the implementation identifier associated with the API implementation in which that object resides.


Returns

SE_RETCOD_SUCCESS and the encoding parameter is returned
SE_RETCOD_FAILURE and the status code is set appropriately if the call failed.

Status Codes

SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:

SE_STATCODE_SUCCESS set if valid parameters were passed and operation completed successfully.

SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:

SE_STATCODE_INACTIONABLE_FAILURE set if the call fails for any reason.

Parameters Notes

1 the object for which the encoding should be returned.

2 an SE_Encoding enumerant.


Prev: SE_GetDataTableData. Next: SE_GetFields. Up:Index.