dce_attr_sch_cursor_release(3dce)Releases 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 Output
status
Description
Permissions Required Files
/usr/include/dce/dce_attr_base.idl 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 dce_attr_sch_cursor_init(3dce) dce_attr_sch_cursor_alloc(3dce) dce_attr_sch_cursor_reset(3dce)
|