NAME

dce_attr_sch_bind_free - Releases an opaque handle of type dce_attr_sch_handle_t to a schema object

SYNOPSIS

#include <dce/dce_attr_base.h>    

void dce_attr_sch_bind_free(
        dce_attr_sch_handle_t *h,
        error_status_t *status);

PARAMETERS

Input

h
An opaque handle of type dce_attr_sch_handle_t.

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_attr_sch_bind_free() routine releases an opaque handle of type dce_attr_sch_handle_t. The handle was returned with the dce_attr_sch_bind() routine and used to perform dce_attr_sch operations.

Permissions Required

The dce_attr_sch_bind_free() routine requires appropriate permissions on the schema object. These permissions are managed by the target server.

FILES

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

ERRORS

13m

error_status_ok

RELATED INFORMATION

Functions: dce_attr_intro(3dce), dce_attr_sch_bind(3dce).

© 1990-1996, Transarc Corporation