sec_acl_release_handle-Release handle to a protected object.
#include <dce/daclif.h>
void sec_acl_release_handle(
sec_acl_handle_t *prot_obj_handle,
error_status_t *status);
Input
- prot_obj_handle
Handle to a protected object.
Output
- status
Completion status. On successful completion, error_status_ok is returned. Otherwise, an error (!= error_status_ok) is returned.
Thesec_acl_release_handle() routine releases a handle which had previously been obtained bysec_acl_bind() orsec_acl_bind_to_addr() .
This is a local memory management operation, and has no effect on the protected object to which prot_obj_handle is bound, or to its ACLs, or to the server managing them.
error_status_ok.
Functions:sec_acl_bind() ,sec_acl_bind_to_addr() .
Contents | Next section | Index |