rpc_mgmt_stats_vector_free(3) — Subroutines
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_vectorSpecifies the address of a pointer to a statistics vector. On return, stats_vector contains the value NULL.
Output
statusReturns 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_okSuccess.
DESCRIPTION
An application calls the rpc_mgmt_stats_vector_free routine to release the memory used to store a vector of statistics.
An application calls the rpc_mgmt_inq_stats routine 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
None.
RELATED INFORMATION
Functions: rpc_mgmt_inq_stats(3)