sec_cred_free_pa_handle(3sec) — Subroutines
NAME
sec_cred_free_pa_handle — Frees the local resources allocated to a privilege attribute handle of type sec_cred_pa_handle_t
Synopsis
void sec_cred_free_pa_handle (
sec_cred_pa_handle__t ∗pa_handle,
error_status_t ∗status);
Parameters
Input/Output
pa_handleAs 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
statusA pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.
Description
The sec_cred_free_pa_handle() routine frees the resources assoicated with a privilege attribute handle of type sec_cred_pa_handle_t used by the sec_cred_get_initiator() and sec_cred_get_delegate() calls.
Errors
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
error_status_ok
Related Information
Functions: sec_cred_get_delegate(3sec), sec_cred_get_initiator(3sec), sec_intro(3sec).