VMS Help  —  DCE  DCE_INTRO, dce_attr_intro, dce_attr_sch_lookup_by_name
 NAME
   dce_attr_sch_lookup_by_name - Read a schema entry identified by name

 SYNOPSIS

   #include <dce/dce_attr_base.h>

   void dce_attr_sch_lookup_by_name(
                             dce_attr_sch_handle_t h,
                             char *attr_name,
                             dce_attr_schema_entry_t *schema_entry,
                             error_status_t *status );

 PARAMETERS

   Input

   h      An opaque handle bound to a schema object.  Use
          dce_attr_sch_bind() to acquire the handle.

   attr_name
          A pointer to a character string that identifies the schema
          entry.

   Output

   schema_entry
          A dce_attr_schema_entry_t that contains the schema entry
          identified by attr_name.

   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_lookup_by_name() routine reads a schema entry
   identified by name. This routine is useful for use with an
   interactive editor.

   Permissions Required

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

 FILES

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

 ERRORS

   dce_attr_s_bad_binding

   error_status_ok

 RELATED INFORMATION

   Functions: dce_attr_intro
              dce_attr_sch_lookup_by_id
              dce_attr_sch_scan
Close Help