Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_acl_release_handle-Release handle to a protected object.

SYNOPSIS

#include <dce/daclif.h>

void sec_acl_release_handle(
    sec_acl_handle_t *prot_obj_handle,
    error_status_t *status);

PARAMETERS

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.

DESCRIPTION

The sec_acl_release_handle() routine releases a handle which had previously been obtained by sec_acl_bind() or sec_acl_bind_to_addr().

NOTES

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.

ERRORS

error_status_ok.

SEE ALSO

Functions: sec_acl_bind(), sec_acl_bind_to_addr().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index