LATENCY_TIME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum {
  LT_DONT_CARE,
  LT_LOWEST_LATENCY
} LATENCY_TIME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-latency_time)

Description

This topic describes the LATENCY_TIME enumeration.

Constants

LT_DONT_CARE

Defines the LT_DONT_CARE constant.

LT_LOWEST_LATENCY

Defines the LT_LOWEST_LATENCY constant.

Remarks

See also