MSFC_FibrePortHBAMethods WMI Class

An HBA miniport driver that supports the T11 committee's Fibre Channel HBA API specification uses the MSFC_FibrePortHBAMethods class to expose operations that can be performed on a Fibre Channel port. This class defines just one method, ResetStatistics:

class MSFC_FibrePortHBAMethods
{
    [key] 
    string InstanceName;
    boolean Active;
    [ Implemented, WmiMethodId(1)]
    void ResetStatistics();
};

The ResetStatistics method requires no input or output buffers. The miniport driver should do whatever is required in this method to reset port statistics. There should be one instance of this class for each port.