|   
     sec_pwd_mgmt_free_handle(3sec)
Frees storage allocated for a password management handle 
Synopsis  
#include <dce/sec_pwd_mgmt.h> 
 void sec_pwd_mgmt_free_handle(
 sec_pwd_mgmt_handle_t *pwd_mgmt_h,
 error_status_t *stp
 )
 
Parameters 
Input/Output 
pwd_mgmt_h A handle to the password management data which is to be freed.
 
Output 
stp A pointer to the completion status.  On successful completion, the routine returns error_status_ok.  Otherwise, it returns an error.
 
Description The sec_pwd_mgmt_free_handle( ) routine frees any memory allocated for the contents of a password management handle.
 
Files 
/usr/include/dce/sec_pwd_mgmt.idl The idl file from which dce/sec_pwd_mgmt.h was derived.
 
Errors 
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. 
error_status_ok The call was successful
 
Related Information Functions:
 
sec_intro(3sec) 
sec_pwd_mgmt_setup(3sec) 
 
 
 |