VMS Help  —  DCE  DCE_INTRO, dce_attr_intro, dce_attr_sch_cursor_release
 NAME
   dce_attr_sch_cursor_release - Release states associated with a cursor
                                 that has been allocated with either
                                 dce_attr_sch_cursor_init() or
                                 dce_attr_sch_cursor_alloc().

 SYNOPSIS

   #include <dce/dce_attr_base.h>

   void dce_attr_sch_cursor_init( dce_attr_cursor_t *cursor,
                                  error_status_t *status );

 PARAMETERS

   Input/Output

   cursor
          A pointer to a dce_attr_cursor_t. As an input parameter,
          cursor must have been initialized to the first entry in a
          schema.  As an output parameter, cursor is uninitialized
          with all resources released.

   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_cursor_init() routine releases the resources
   allocated to a cursor that has been allocated by either a
   dce_attr_sch_cursor_init() or dce_attr_sch_cursor_alloc().  This
   call is a local operation and makes no remote calls.

   Permissions Required

   None.

 FILES

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

 ERRORS

   error_status_ok

 RELATED INFORMATION

   Functions: dce_attr_intro
              dce_attr_sch_cursor_init
              dce_attr_sch_cursor_alloc
              dce_attr_sch_cursor_reset
              dce_attr_sch_scan
Close Help