#include <dce/dce_attr_base.h>
void dce_attr_sch_bind_free(
dce_attr_sch_handle_t *h,
error_status_t *status);
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.
The dce_attr_sch_bind_free() routine requires appropriate permissions on the schema object. These permissions are managed by the target server.
Functions: dce_attr_intro(3dce), dce_attr_sch_bind(3dce).