rpc_protseq_vector_free(3rpc)Frees the memory used by a vector and its protocol sequences Used by client or server applications. Synopsis #include <dce/rpc.h> void rpc_protseq_vector_free( rpc_protseq_vector_t **protseq_vector, unsigned32 *status); Parameters Input/Output
protseq_vector Output
status
Description Call rpc_network_inq_protseqs( ) to obtain a vector of protocol sequences. Follow a call to rpc_network_inq_protseqs( ) with a call to rpc_protseq_vector_free( ). 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
Return Values
Related Information
|