[This is preliminary documentation and subject to change.]
The MprAdminConnectionClearStats function resets the statistics counters for the specified connection.
DWORD MprAdminConnectionClearStats(
RAS_SERVER_HANDLE hRasServer, // handle to server
HANDLE hRasConnection // handle to the connection
);
If the function succeeds, the return value will be NO_ERROR.
If the function fails, the return value will be ERROR_INVALID_PARAMETER.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
MprAdminConnectionEnum, MprAdminServerConnect