Condividi tramite


enumerazione DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS (d3dkmdt.h)

L'enumerazione DXGKMDT_OPM_VIDEO_OUTPUT_SEMANTICS identifica la semantica di un output protetto creato in una chiamata alla funzione DxgkDdiOPMCreateProtectedOutput.

Sintassi

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;

Costanti

 
DXGKMDT_OPM_VOS_COPP_SEMANTICS
Indica che un output protetto ha una semantica COPP (Certified Output Protection Protocol).
DXGKMDT_OPM_VOS_OPM_SEMANTICS
Indica che un output protetto ha una semantica OPM (Output Protection Management).
DXGKMDT_OPM_VOS_OPM_INDIRECT_DISPLAY

Fabbisogno

Requisito Valore
client minimo supportato Windows Vista
intestazione d3dkmdt.h

Vedere anche

DxgkDdiOPMCreateProtectedOutput