NAME sec_key_mgmt_free_key - Frees the memory used by a key value SYNOPSIS #include <dce/keymgmt.h> void sec_key_mgmt_free_key( void *keydata, error_status_t *status); PARAMETERS Input keydata A pointer to a structure of type sec_passwd_rec_t. Output status A pointer to the completion status. On successful completion, the routine returns error_status_ok. DESCRIPTION The sec_key_mgmt_free_key() routine releases any storage allocated for the indicated key data by sec_key_mgmt_get_key(). The storage for the key data returned by sec_key_mgmt_get_key() is dynamically allocated. FILES SYS$COMMON:[DCE$LIBRARY]KEYMGMT.IDL The idl file from which dce/keymgmt.h was derived. ERRORS error_status_ok The call was successful. RELATED INFORMATION Functions: sec_intro sec_key_mgmt_get_key