sec_login_free_net_info(3sec)
Frees storage allocated for a principal's network information
Synopsis
#include <dce/sec_login.h> void sec_login_free_net_info( sec_login_net_info_t *net_info);
Parameters
Input/Output
net_info A pointer to the sec_login_net_info_t structure to be freed.
Description The sec_login_free_net_info( ) routine frees any memory allocated for a principal's network information. Network information is returned by a previous
successful call to sec_login_inquire_net_info( ).
Cautions This routine does not return any completion codes. Make sure that you supply a valid sec_login_net_info_t address. The routine simply frees a range of
storage beginning at the supplied address, without regard to the actual contents of the storage.
Files
/usr/include/dce/sec_login.idl The idl file from which dce/sec_login.h was derived.
Related Information Functions:
sec_intro(3sec)
sec_login_inquire_net_info(3sec)
|