xdas_terminate_session - terminate a session with the distributed audit service
OM_uint32 das_terminate_session (
OM_uint32 *minor_status,
const xdas_audit_ref_t *das_ref
);
xdas_terminate_session() is a member of the Basic XDAS Conformance class.The
xdas_terminate_session() closes a session between the caller and the distributed audit service. The caller must have the XDAS_AUDIT_SERVICE authority.If successful, the function returns [XDAS_S_COMPLETE].
The arguments for
xdas_terminate_session() are:
- minor_status (out)
An implementation specific return status that provides additional information when [XDAS_S_FAILURE] is returned by the function.
- das_ref (in)
The handle to the XDAS server, obtained from a previous call to xdas_initialize_session.
The following XDAS status codes shall be returned:
- [XDAS_S_AUTHORIZATION_FAILURE]
The caller does not possess the required authority.
- [XDAS_S_COMPLETE]
Successful completion.
- [XDAS_S_FAILURE]
An implementation specific error or failure has occurred.
- [XDAS_S_INVALID_DAS_REF]
The audit service handle supplied does not represent a valid audit service session.
No other errors are defined.
[??] Some characters or strings that appear in the printed document are not easily representable using HTML.
Contents | Next section | Index |