HBA_ResetStatistics routine

The HBA_ResetStatistics routine resets the statistics counters for the indicated port and HBA.

Syntax

void HBA_API HBA_ResetStatistics(
  _In_ HBA_HANDLE HbaHandle,
  _In_ HBA_UINT32 PortIndex
);

Parameters

  • HbaHandle [in]
    Contains a value returned by the routine HBA_OpenAdapter that identifies the HBA on which the port is located.

  • PortIndex [in]
    Indicates for which port on the HBA the statistics counters should be reset.

Return value

None

Remarks

The HBA_ResetStatistics routine serves similar purpose to the ResetStatistics method of the MSFC_FibrePortHBAMethods WMI Class.

Requirements

Target platform

Desktop

Header

Hbaapi.h (include Hbaapi.h)

Library

Hbaapi.lib

DLL

Hbaapi.dll

See also

HBA_OpenAdapter

MSFC_FibrePortHBAMethods WMI Class

 

 

Send comments about this topic to Microsoft