RpcMgmtStatsVectorFree

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  
);
 

Parameters

StatsVector
Points to a pointer to a statistics vector. On return, the pointer is set to NULL.

Remarks

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.

Return Values

Value Meaning
RPC_S_OK Success

QuickInfo

  Windows NT: Yes
  Windows CE: Unsupported.
  Header: Declared in rpcdce.h.
  Import Library: Link with rpcrt4.lib.

See Also

RpcMgmtInqStats