OPM_GET_DVI_CHARACTERISTICS

Queries whether a digital video interface (DVI) connector supports DVI version 1.1 or later.

Requirement Value
Request GUID OPM_GET_DVI_CHARACTERISTICS
Input data None
Return data An OPM_STANDARD_INFORMATION structure

 

Remarks

If this query succeeds, the ulInformation member of the OPM_STANDARD_INFORMATION structure contains one of the following values.

Value Description
OPM_DVI_CHARACTERISTIC_1_0 DVI version 1.0.
OPM_DVI_CHARACTERISTIC_1_1_OR_ABOVE DVI version 1.1 or later.

 

This query is supported only when the physical connector type is OPM_CONNECTOR_TYPE_DVI. To get the connector type, send the OPM_GET_CONNECTOR_TYPE query.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Opmapi.h

See also

IOPMVideoOutput::GetInformation

OPM Status Requests