RpcMgmtStatsVectorFree function
The RpcMgmtStatsVectorFree function frees a statistics vector.
Syntax
RPC_STATUS RPC_ENTRY 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: