Previous section.

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

NAME

sec_key_mgmt_release_cursor-Release memory used by a cursor.

SYNOPSIS

#include <dce/keymgmt.h>

void sec_key_mgmt_release_cursor(
    void **cursor,
    error_status_t *status);

PARAMETERS

Input

cursor

Cursor value for which the memory is to be released.

Output

status

The completion status.

DESCRIPTION

The sec_key_mgmt_release_cursor() routine releases any memory allocated for the indicated cursor.

ERRORS

error_status_ok, sec_key_mgmt_e_unauthorized.

SEE ALSO

Functions: sec_key_mgmt_initialize_cursor().
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