xdas_release_filter_list - release the list of filter names
OM_uint32 das_release_filter_list (
OM_uint32 *minor_status,
const xdas_audit_ref_t *das_ref,
xdas_buffer_t **filter_list
);
xdas_release_filter_list() is a member of the XDAS Filter Management API Option Conformance class.The
xdas_release_filter_list() function releases the list of filter names which were obtained by a previous call to xdas_list_filters.If successful, the function returns [XDAS_S_COMPLETE].
The arguments for
xdas_release_filter_list() 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.
- filter_list (in)
The pointer to the array of filter names obtained from a previous call toxdas_list_filters() .
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 point to the audit service.
- [XDAS_S_INVALID_FILTER_LIST]
The list of filter names is not valid.
- [XDAS_S_NOT_SUPPORTED]
The called function is not supported by this implementation.
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 |