NAME sec_key_mgmt_release_cursor - Releases the memory used by an initialized cursor value SYNOPSIS #include <dce/keymgmt.h> void sec_key_mgmt_release_cursor( void **cursor, error_status_t *status); PARAMETERS Input cursor A pointer to the cursor value for which the storage is to be released. Output status A pointer to the completion status. On successful completion, the routine returns error_status_ok. DESCRIPTION The sec_key_mgmt_release_cursor() routine releases any storage allocated for the indicated cursor value by sec_key_mgmt_initialize_cursor(). The storage for the cursor value returned by sec_key_mgmt_initialize_cursor() is dynamically allocated. FILES SYS$COMMON:[DCE$LIBRARY]KEYMGMT.IDL The idl file from which dce/keymgmt.h was derived. ERRORS sec_key_mgmt_e_unauthorized The caller is not authorized to perform the operation. error_status_ok The call was successful. RELATED INFORMATION Functions: sec_intro sec_key_mgmt_initialize_cursor