pkc_init_trustlist(3sec)Creates an empty trust list Synopsis #include <pkc_api.h> unsigned32 pkc_init_trustlist( trustlist_t ** tr_list); Parameters Input
tr_list Description pkc_init_trustlist(3sec) creates an empty trust list. If tr_list is empty, returns pkc_s_asn_bad_param; if memory cannot be allocated, returns pkc_s_nomem; otherwise, returns pkc_s_success. Upon successful return, tr_list will contain a PKC-allocated data structure which must be released with pkc_free_trustlist(3sec) when the application has finished with it. Return Values
pkc_s_success Errors Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. Related Information
Functions:
|