dce_attr_sch_bind_free(3dce) — Subroutines
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
hAn opaque handle of type dce_attr_sch_handle_t.
Output
statusA 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
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
Related Information
Functions: dce_attr_intro(3dce), dce_attr_sch_bind(3dce).