// 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 referenceNo description available.
The DXGKDT_OPM_DVI_CHARACTERISTICS enumeration indicates the Digital Video Interface (DVI) electrical characteristics of a connector.
DXGKMDT_OPM_DVI_CHARACTERISTIC_1_0Indicates that the DVI electrical characteristics are version 1.0.
DXGKMDT_OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVEIndicates that the DVI electrical characteristics are version 1.1 or later.
DXGKMDT_OPM_DVI_CHARACTERISTICS_FORCE_ULONGForces 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.
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.