Indicates whether a given transmittal supports object IDs.
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.
| extern SE_STATUS_CODE_ENUM | |||
| SE_ObjectIDsSupported | |||
| ( | |||
| SE_TRANSMITTAL | transmittal, | (notes) | |
| SE_ID_IMPLEMENTATION_LEVEL_ENUM | * | result_out_ptr | (notes) |
| ); | |||
the transmittal for which we're asking about the level
of object IDs support.
pointer to an SE_ID_IMPLEMENTATION_LEVEL_ENUM variable
in the user's memory space where the answer will be stored.