Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_rgy_attr_cursor_release-Release a cursor of type sec_attr_cursor_t that was allocated with either the sec_rgy_attr_cursor_init() or sec_rgy_attr_cursor_alloc() call

SYNOPSIS

#include <dce/sec_rgy_attr.h>

void sec_rgy_attr_cursor_release (
    sec_attr_cursor_t *cursor,
    error_status_t *status);

PARAMETERS

Input

context

An opaque handle bound to a registry server. Use sec_rgy_site_open() to acquire a bound handle.

Input/Output

cursor

As an input parameter, a pointer to an uninitialized cursor of type sec_attr_cursor_t. As an output parameter, a pointer to an uninitialized cursor of type sec_attr_cursor_t with all resources released.

Output

status

A pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.

DESCRIPTION

The sec_rgy_attr_cursor_release() routine releases all resources allocated to a sec_attr_cursor_t by the sec_rgy_attr_cursor_init() or sec_rgy_attr_cursor_alloc() call.

This is a local-only operation and makes no remote calls.

Permissions Required
None.

FILES

/usr/include/dce/sec_rgy_attr.idl

The idl file from which dce/sec_rgy_attr.h was derived.

ERRORS

error_status_ok

The call was successful.

sec_rgy_object_not_found

Registry object not found.

SEE ALSO

Functions: sec_rgy_attr_cursor_init(), sec_rgy_attr_cursor_alloc(), sec_rgy_attr_lookup_by_id().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index