enum _DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE - NtDoc

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

typedef enum _DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE {
  DIDDT1_Progressive,
  DIDDT1_Interlaced
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmdt-_displayid_detailed_timing_type_i_scanning_mode)

_DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE enumeration

Description

The DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE enumeration indicates the display device's frame scanning mode.

Constants

DIDDT1_Progressive

Indicates a progressive scanning mode.

DIDDT1_Interlaced

Indicates an interlaced scanning mode.