NAME rpc_mgmt_stats_vector_free - 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 Specifies the address of a pointer to a statistics vector. On return, stats_vector contains the value NULL. Output status Returns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not. The possible status code and its meaning is as follows: rpc_s_ok Success. DESCRIPTION An application calls rpc_mgmt_stats_vector_free() to release the memory used to store a vector of statistics. 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 No value is returned. RELATED INFORMATION Functions: rpc_mgmt_inq_stats