dce_acl_obj_free_entries(3sec)
Frees space used by an ACL's entries
Synopsis
#include <dce/dce.h> #include <dce/aclif.h> void dce_acl_obj_free_entries( sec_acl_t
*acl, error_status_t *status);
Parameters
Input
acl A pointer to the ACL that is to be freed.
Output
status A pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.
Description The dce_acl_obj_free_entries( ) routine frees space used by an ACL's entries, then sets the pointer to the ACL entry array to NULL and the entry
count to 0 (zero).
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 The call was successful.
Related Information Functions: dce_acl_obj_init(3sec)
|