enum _DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY - NtDoc

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

typedef enum _DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY {
  DIDDT1_Sync_Positive,
  DIDDT1_Sync_Negative
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY enumeration

Description

The DISPLAYID_DETAILED_TIMING_TYPE_I_SYNC_POLARITY enumeration indicates the display device's sync polarity (whether the sync signal is positive or negative).

Constants

DIDDT1_Sync_Positive

Indicates that the sync polarity is positive.

DIDDT1_Sync_Negative

Indicates that the sync polarity is negative.