LATENCY_TIME enumeration (wdm.h)

This topic describes the LATENCY_TIME enumeration.

Syntax

typedef enum {
  LT_DONT_CARE,
  LT_LOWEST_LATENCY
} LATENCY_TIME;

Constants

 
LT_DONT_CARE
Defines the LT_DONT_CARE constant.
LT_LOWEST_LATENCY
Defines the LT_LOWEST_LATENCY constant.

Requirements

Requirement Value
Header wdm.h (include Wdm.h)