FilterType Enumeration
This class contains an enumeration that defines the HCK filter type.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual BasicDim instance As FilterType
Syntax
Visual BasicPublic Enumeration FilterType
C#public enum FilterType
Members
Member Name | Description |
---|---|
AutoTriage |
This enum identifies a filer as being of type Auto Triage. In this case, the filter provides additional troubleshooting information that can be viewed by the tester. This type of filer does not change the status of the test result. For a failed test result, the test must be rerun until it returns a pass. |
Contingency |
This enum identifies a filer as being of type Contingency. A contingency is granted to Microsoft partners due to partial hardware or driver implementation issues and once applied it enables failed results to be submitted as if the tests passed. |
Errata |
This enum identifies a filer as being of type Errata. This type of filter is applied to tests that fail due to known test issues, and enables failed results to be submitted as if the tests passed. |