Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sec_acl_release_handle(3sec) — DCE 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

sec_acl_release_handle(3sec)  —  Subroutines

NAME

sec_acl_release_handle — Removes an ACL handle

Synopsis

void sec_acl_release_handle(
sec_acl_handle_t ∗h,
error_status_t ∗status);

Parameters

Input

hThe handle to be removed.  The handle is bound to the object to which the ACL belongs with the sec_acl_bind() routine. 

Output

statusA pointer to the completion status.  On successful completion, the routine returns error_status_ok.  Otherwise, it returns an error. 

Description

The sec_acl_release_handle() routine removes the specified handle.  This is strictly a local operation, and has no effect on the remote object or its ACL. 

Files

/usr/include/dce/daclif.idl
The idl file from which dce/daclif.h was derived. 

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: sec_acl_bind(3sec), sec_intro(3sec). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026