// wdm.h
typedef enum {
LT_DONT_CARE,
LT_LOWEST_LATENCY
} LATENCY_TIME;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the LATENCY_TIME enumeration.
LT_DONT_CAREDefines the LT_DONT_CARE constant.
LT_LOWEST_LATENCYDefines the LT_LOWEST_LATENCY constant.