OPM_GET_CONNECTOR_TYPE

Returns the physical connector type of the video output.

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

 

Remarks

The connector type is returned in the ulInformation member of the OPM_STANDARD_INFORMATION structure. The value of ulInformation is equal to one of the connector types listed in OPM Connector Type Flags.

In COPP emulation mode, the connector type might be combined with the OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL flag. Use a bitwise AND to extract the connector type:

ulInformation & ~OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL

Applications should ignore the OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL flag. For more information, see the Remarks section of OPM Connector Type Flags.

This query is equivalent to the DXVA_COPPQueryConnectorType query used in Certified Output Protection Protocol (COPP).

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::COPPCompatibleGetInformation

IOPMVideoOutput::GetInformation

OPM Status Requests