// d3dkmdt.h
typedef enum _DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE {
DIDDT1_Progressive,
DIDDT1_Interlaced
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The DISPLAYID_DETAILED_TIMING_TYPE_I_SCANNING_MODE enumeration indicates the display device's frame scanning mode.
DIDDT1_ProgressiveIndicates a progressive scanning mode.
DIDDT1_InterlacedIndicates an interlaced scanning mode.