dce_attr_sch_cursor_alloc(3dce)Allocates resources to a cursor used with the dce_attr_sch_scan call Synopsis #include <dce/dce_attr_sch.h> void dce_rgy_attr_cursor_alloc( dce_attr_cursor_t *cursor, error_status_t *status); Parameters Output
cursor
status
Description The dce_attr_sch_cursor_init( ) routine, which makes a remote call, allocates and initializes the cursor. In addition, dce_attr_sch_cursor_init( ) returns the total number of entries found in the schema as an output parameter; dce_attr_sch_cursor_alloc( ) does not.
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. dce_attr_s_no_memory error_status_ok
Related Information dce_attr_sch_cursor_init(3dce) dce_attr_sch_cursor_release(3dce)
|