VMS Help  —  DCE  DCE_INTRO, dce_attr_intro, dce_attr_sch_bind_free
 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

   SYS$COMMON:[DCE$LIBRARY]DCE_ATTR_SCH.IDL
                The idl file from which dce/dce_attr_sch.h was derived.

 ERRORS

   error_status_ok

 RELATED INFORMATION

   Functions: dce_attr_intro
              dce_attr_sch_bind
Close Help