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
#include <dce/sec_rgy_attr.h>
void sec_rgy_attr_cursor_release (
sec_attr_cursor_t *cursor,
error_status_t *status);
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.
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.
- /usr/include/dce/sec_rgy_attr.idl
The idl file from which dce/sec_rgy_attr.h was derived.
- error_status_ok
The call was successful.
- sec_rgy_object_not_found
Registry object not found.
Functions:sec_rgy_attr_cursor_init() ,sec_rgy_attr_cursor_alloc() ,sec_rgy_attr_lookup_by_id() .
Contents | Next section | Index |