sec_rgy_attr_sch_cursor_release(3sec) — Subroutines
NAME
sec_rgy_attr_sch_cursor_release — Releases states associated with a cursor used by sec_rgy_attr_sch_scan
Synopsis
void sec_rgy_attr_cursor_release(
sec_attr_cursor_t ∗cursor,
error_status_t ∗status);
Parameters
Input/Output
cursorA pointer to a sec_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 releases.
Output
statusA pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.
Description
The sec_rgy_attr_sch_cursor_init() routine releases the resources allocated to the cursor used by the sec_rgy_attr_sch_scan routine. This call is a local operation and makes no remote calls.
Permissions Required
None.
Files
/usr/include/dce/sec_rgy_attr_sch.idl
The idl file from which dce/sec_rgy_attr_sch.h was derived.
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
Functions: sec_intro(3sec), sec_rgy_attr_sch_cursor_allocate(3sec), sec_rgy_attr_sch_cursor_init(3sec), sec_rgy_attr_sch_scan(3sec).