rpc_if_id_vector_free(3rpc)Frees a vector and the interface identifier structures it contains Used by client, server, or management applications. Synopsis #include <dce/rpc.h> void rpc_if_id_vector_free( rpc_if_id_vector_t **if_id_vector, unsigned32 *status); Parameters Input/Output
if_id_vector Output
status
Description To obtain a vector of interface identifiers, call rpc_ns_mgmt_entry_inq_if_ids( ) or rpc_mgmt_inq_if_ids( ). Call rpc_if_id_vector_free( ) if you have used either of these routines.
Return Values 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.
rpc_s_ok
rpc_s_invalid_arg
Related Information rpc_ns_mgmt_entry_inq_if_ids(3rpc)
|