LATENCY_TIME enumeration (wdm.h)
This topic describes the LATENCY_TIME enumeration.
C++
typedef enum {
LT_DONT_CARE,
LT_LOWEST_LATENCY
} LATENCY_TIME;
LT_DONT_CARE Defines the LT_DONT_CARE constant. |
LT_LOWEST_LATENCY Defines the LT_LOWEST_LATENCY constant. |
Requirement | Value |
---|---|
Header | wdm.h (include Wdm.h) |