DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS - NtDoc

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

typedef enum _DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS {
  DXGKMDT_OPM_VOS_COPP_SEMANTICS,
  DXGKMDT_OPM_VOS_OPM_SEMANTICS,
  DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY
} DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS enumeration

Description

The DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS enumeration identifies the semantics of a protected output that is created in a call to the DxgkDdiOPMCreateProtectedOutput function.

Constants

DXGKMDT_OPM_VOS_COPP_SEMANTICS

Indicates that a protected output has Certified Output Protection Protocol (COPP) semantics.

DXGKMDT_OPM_VOS_OPM_SEMANTICS

Indicates that a protected output has Output Protection Management (OPM) semantics.

DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY

See also

DxgkDdiOPMCreateProtectedOutput