Function Name: Object IDs Supported

Definition

Indicates whether a given transmittal supports object IDs.

Returns

SE_SUCCESS - and *result_out_ptr is set to the result of the query, if valid parameters were passed in and all operations succeeded.

SE_NULL_REQUIRED_PARAMETER - and *result_out_ptr is left unaltered, if result_out_ptr is NULL.

SE_INVALID_OR_NULL_TRANSMITTAL - and *result_out_ptr is set to SE_NO_IDS, if transmittal is not an open, valid transmittal.

SE_FAILURE - and *result_out_ptr is set to SE_NO_IDS, if the API implementation specified does not provide this function in its shared library, and dynamic binding is specified at compile time.

Prototype


extern SE_STATUS_CODE_ENUM
SE_ObjectIDsSupported
(
SE_TRANSMITTAL transmittal, (notes)
SE_ID_IMPLEMENTATION_LEVEL_ENUM *result_out_ptr (notes)
);

Parameters Notes

transmittal

 the transmittal for which we're asking about the level
    of object IDs support.

result_out_ptr

 pointer to an SE_ID_IMPLEMENTATION_LEVEL_ENUM variable
    in the user's memory space where the answer will be stored.

Prev: Object ID To String. Next: Object Is Published. Up:Index.