AIDA_boResetStatistics

The AIDA_boResetStatistics function clears statistics information for a given stack level.

bool AIDA_boResetStatistics(
  handle hStack,
  byte bStackLevel
);

Parameters

hStack
Specifies the AIDA stack from which the statistics information shall be cleared.
bStackLevel
Specifies the level for which the statistics information shall be cleared.

Return Values

AIDA_boResetStatistics returns true if the stack accepts the request.

In case of failure the function will return false. The application can retrieve the error code using AIDA_iGetError.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Linux: Requires a kernel supporting ELF binaries.
  Header: Declared in bsk_aida.h, also requires portab.h.
  Import Library (Windows): Use BSK_AIDA.lib.

See Also

AIDA Overview, AIDA Functions, AIDA_dwGetStackStatus, AIDA_boSetStackOnline, AIDA_boSetStackOffline, AIDA_boGetStatistics