Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sec_rgy_attr_sch_cursor_alloc(3sec) — DCE 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

sec_rgy_attr_sch_cursor_alloc(3sec)  —  Subroutines

NAME

sec_rgy_attr_sch_cursor_alloc — Allocates resources to a cursor used with sec_rgy_attr_sch_scan

Synopsis

void sec_rgy_att_sch_cursor_alloc(
dce_attr_cursor_t ∗cursor,
error_status_t ∗status);

Parameters

Output

cursorA pointer to a sec_attr_cursor_t. 

statusA pointer to the completion status.  On successful completion, the call returns error_status_ok.  Otherwise, it returns an error. 

Description

The sec_rgy_attr_sch_cursor_alloc() call allocates resources to a cursor used with the sec_rgy_attr_sch_scan() call.  This routine, which is a local operation, does not initialize cursor. 

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

None. 

Files

/usr/include/dce/sec_rgy_attr_sch.idl
The idl file from which dce/sec_rgy_attr_sch.id 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. 

sec_attr_no_memory

error_status_ok

Related Information

Functions: sec_intro(3sec), sec_rgy_attr_sch_cursor_init(3sec), sec_rgy_attr_sch_cursor_release(3sec), sec_rgy_attr_sch_scan(3sec).

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026