rpc_mgmt_stats_vector_free(3rpc)Frees a statistics vector Used by client, server, or management applications. Synopsis #include <dce/rpc.h> void rpc_mgmt_stats_vector_free( rpc_stats_vector_t **stats_vector, unsigned32 *status); Parameters Input/Output
stats_vector Output
status
Description An application calls rpc_mgmt_inq_stats( ) to obtain a vector of statistics. Follow a call to rpc_mgmt_inq_stats( ) with a call to rpc_mgmt_stats_vector_free( ).
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
Related Information
|