sec_cred_free_pa_handle- Frees the local resources allocated to a privilege attribute handle of type sec_cred_pa_handle_t
#include <dce/sec_cred.h> void sec_cred_free_pa_handle ( sec_cred_pa_handle__t *pa_handle, error_status_t *status );
Input/Output
- pa_handle
As input, a pointer to a sec_cred_pa_handle_t whose resources are to be freed. As output, a pointer to a sec_cred_pa_handle_t with allocated resources freed.
Output
- status
A pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.
Thesec_cred_free_pa_handle() routine frees the resources assoicated with a privilege attribute handle of type sec_cred_pa_handle_t used by thesec_cred_get_initiator() andsec_cred_get_delegate() calls.
- /usr/include/dce/sec_cred.idl
The idl file from which dce/sec_cred.h was derived.
- error_status_ok
Functions:sec_cred_get_delegate() ,sec_cred_get_initiator() .
Contents | Next section | Index |