sec_rgy_attr_sch_cursor_alloc(3sec)Allocates resources to a cursor used with sec_rgy_attr_sch_scan Synopsis
#include <dce/sec_rgy_attr_sch.h> Parameters Output
cursor
status
Description The sec_rgy_attr_sch_cursor_init( ) routine, which makes a remote call, allocates and initializes the cursor. In addition, sec_rgy_attr_sch_cursor_init( ) returns the total number of entries found in the schema as an output parameter; sec_rgy_attr_sch_cursor_alloc( ) does not.
Permissions Required Files
/usr/include/dce/sec_rgy_attr_sch.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. sec_attr_no_memory error_status_ok
Related Information sec_rgy_attr_sch_cursor_init(3sec) sec_rgy_attr_sch_cursor_release(3sec)
|