|
SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API Functions SE ObjectIDsSupported |
|---|
| extern SE_Status_Code | |||
| SE_ObjectIDsSupported | |||
| ( | |||
| SE_Transmittal | transmittal, | (notes) | |
| SE_ID_Implementation_Level | * | result_out_ptr | (notes) |
| ); | |||
Indicates whether a given transmittal supports object IDs.
| SE_STAT_CODE_SUCCESS | and *result_out_ptr is set to the result of the query, if valid parameters were passed in and all operations succeeded. |
| SE_STAT_CODE_NULL_REQUIRED_PARAMETER | and *result_out_ptr is left unaltered, if result_out_ptr is NULL. |
| SE_STAT_CODE_INVALID_OR_NULL_TRANSMITTAL | and *result_out_ptr is set to SE_ID_IMP_LVL_NONE, if transmittal is not an open, valid transmittal. |
| SE_STAT_CODE_FAILURE | and *result_out_ptr is set to SE_ID_IMP_LVL_NONE, the API implementation specified does not provide this function in its shared library, and dynamic binding is specified at compile time. |
the transmittal for which we're asking about the level
of object IDs support.
pointer to an SE_ID_Implementation_Level variable
in the user's memory space where the answer will be stored.
Prev: SE_ObjectIDToString.
Next: SE_ObjectIsPublished.
Up:Index.
|