DXGKDT_OPM_DVI_CHARACTERISTICS - NtDoc

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

typedef enum _DXGKDT_OPM_DVI_CHARACTERISTICS {
  DXGKMDT_OPM_DVI_CHARACTERISTIC_1_0,
  DXGKMDT_OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE,
  DXGKMDT_OPM_DVI_CHARACTERISTICS_FORCE_ULONG
} DXGKDT_OPM_DVI_CHARACTERISTICS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKDT_OPM_DVI_CHARACTERISTICS enumeration

Description

The DXGKDT_OPM_DVI_CHARACTERISTICS enumeration indicates the Digital Video Interface (DVI) electrical characteristics of a connector.

Constants

DXGKMDT_OPM_DVI_CHARACTERISTIC_1_0

Indicates that the DVI electrical characteristics are version 1.0.

DXGKMDT_OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE

Indicates that the DVI electrical characteristics are version 1.1 or later.

DXGKMDT_OPM_DVI_CHARACTERISTICS_FORCE_ULONG

Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value.

Remarks

The DXGKMDT_OPM_GET_DVI_CHARACTERISTICS GUID is used in a call to the display miniport driver's DxgkDdiOPMGetInformation function to retrieve the DVI electrical characteristics of the output connector. For more information about retrieving information about a protected output, see Retrieving Information About a Protected Output.

See also

DxgkDdiOPMGetInformation