StatisticCategories Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the possible categories of device statistics that can be retrieved, reset, or updated.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum StatisticCategories
[<System.Flags>]
type StatisticCategories =
Public Enum StatisticCategories
- Inheritance
-
StatisticCategories
- Attributes
Fields
Name | Value | Description |
---|---|---|
Upos | 1 | Unified POS-defined statistics. |
Manufacturer | 2 | Manufacturer-defined statistics. |
All | 3 | All available statistics for the device. |