sec_key_mgmt_release_cursor-Release memory used by a cursor.
#include <dce/keymgmt.h>
void sec_key_mgmt_release_cursor(
void **cursor,
error_status_t *status);
Input
- cursor
Cursor value for which the memory is to be released.
Output
- status
The completion status.
Thesec_key_mgmt_release_cursor() routine releases any memory allocated for the indicated cursor.
error_status_ok, sec_key_mgmt_e_unauthorized.
Functions:sec_key_mgmt_initialize_cursor() .
Contents | Next section | Index |