srv_clearstatistics

Clears the statistical counters kept by Open Data Services and resets them to 0.

Syntax

srv_clearstatistics ( SRV_PROC * srvproc );

where

srvproc
Is a pointer to the SRV_PROC structure that is the handle for a particular client connection. The srvproc parameter contains the information that the Open Data Services Library uses to manage communication and data between the application and the client.

Returns

SUCCEED if the statistical counters were cleared; otherwise, FAIL.

See Also

This entry For information about
srv_sendstatistics Reporting Open Data Services statistics