RpcMgmtStatsVectorFree function (rpcdce.h)
The RpcMgmtStatsVectorFree function frees a statistics vector.
Syntax
RPC_STATUS RpcMgmtStatsVectorFree(
RPC_STATS_VECTOR **StatsVector
);
Parameters
StatsVector
Pointer to a pointer to a statistics vector. On return, the pointer is set to NULL.
Return value
Value | Meaning |
---|---|
|
The call succeeded. |
Note For a list of valid error codes, see
RPC Return Values.
Remarks
An application calls the RpcMgmtStatsVectorFree function to release the memory used to store statistics.
An application obtains a vector of statistics by calling the RpcMgmtInqStats function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | rpcdce.h (include Rpc.h) |
Library | Rpcrt4.lib |
DLL | Rpcrt4.dll |