The RpcMgmtStatsVectorFree function frees a statistics vector.
This function is supported by both 32-bit platforms — Windows NT and Windows 95.
#include <rpc.h>
RPC_STATUS RPC_ENTRY RpcMgmtStatsVectorFree(
RPC_STATS_VECTOR * * StatsVector
);
An application calls the RpcMgmtStatsVectorFree routine to release the memory used to store statistics.
An application obtains a vector of statistics by calling the RpcMgmtInqStats routine.
Value | Meaning |
---|---|
RPC_S_OK | Success |
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcdce.h.
Import Library: Link with rpcrt4.lib.