Condividi tramite


struttura DXGK_OPM_INTERFACE_3 (dispmprt.h)

La struttura DXGK_OPM_INTERFACE_3 contiene puntatori alle funzioni nell'interfaccia OPM (Output Protection Manager), implementata dal driver miniport di visualizzazione.

Sintassi

typedef struct _DXGK_OPM_INTERFACE_3 {
  USHORT                                               Size;
  USHORT                                               Version;
  PVOID                                                Context;
  PINTERFACE_REFERENCE                                 InterfaceReference;
  PINTERFACE_DEREFERENCE                               InterfaceDereference;
  DXGKDDI_OPM_GET_CERTIFICATE_SIZE                     DxgkDdiOPMGetCertificateSize;
  DXGKDDI_OPM_GET_CERTIFICATE                          DxgkDdiOPMGetCertificate;
  DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT                  DxgkDdiOPMCreateProtectedOutput;
  DXGKDDI_OPM_GET_RANDOM_NUMBER                        DxgkDdiOPMGetRandomNumber;
  DXGKDDI_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS     DxgkDdiOPMSetSigningKeyAndSequenceNumbers;
  DXGKDDI_OPM_GET_INFORMATION                          DxgkDdiOPMGetInformation;
  DXGKDDI_OPM_GET_COPP_COMPATIBLE_INFORMATION          DxgkDdiOPMGetCOPPCompatibleInformation;
  DXGKDDI_OPM_CONFIGURE_PROTECTED_OUTPUT               DxgkDdiOPMConfigureProtectedOutput;
  DXGKDDI_OPM_DESTROY_PROTECTED_OUTPUT                 DxgkDdiOPMDestroyProtectedOutput;
  DXGKDDI_OPM_CREATE_PROTECTED_OUTPUT_NONLOCAL_DISPLAY DxgkDdiOPMCreateProtectedOutputNonLocalDisplay;
  DXGKDDI_OPM_SET_SRM_LIST                             DxgkDdiOPMSetSrmList;
  DXGKDDI_OPM_GET_SRM_LIST_VERSION                     DxgkDdiOPMGetSrmListVersion;
} DXGK_OPM_INTERFACE_3, *PDXGK_OPM_INTERFACE_3;

Members

Size

Dimensione, in byte, della struttura.

Version

Intero positivo che indica il numero di versione dell'interfaccia OPM implementata dal driver miniport di visualizzazione. Il membro Version deve essere impostato su DXGK_OPM_INTERFACE_VERSION_3, definito in Dispmprt.h.

Context

Puntatore a un blocco di contesto privato. Il contesto deve essere impostato su NULL.

InterfaceReference

Puntatore a una funzione di riferimento dell'interfaccia implementata dal driver miniport di visualizzazione. Per altre informazioni sull'operazione di una funzione di riferimento dell'interfaccia, vedere la sezione Osservazioni della struttura INTERFACE .

InterfaceDereference

Puntatore a una funzione di dereferenziazione dell'interfaccia implementata dal driver miniport di visualizzazione. Per altre informazioni sull'operazione di una funzione di dereferenziazione dell'interfaccia, vedere la sezione Osservazioni della struttura INTERFACE .

DxgkDdiOPMGetCertificateSize

Puntatore alla funzione DxgkDdiOPMGetCertificateSize del driver miniport.

DxgkDdiOPMGetCertificate

Puntatore alla funzione DxgkDdiOPMGetCertificate del driver miniport.

DxgkDdiOPMCreateProtectedOutput

Puntatore alla funzione DxgkDdiOPMCreateProtectedOutput del driver del miniport.

DxgkDdiOPMGetRandomNumber

Puntatore alla funzione DxgkDdiOPMGetRandomNumber del driver miniport.

DxgkDdiOPMSetSigningKeyAndSequenceNumbers

Puntatore alla funzione DxgkDdiOPMSetSigningKeyAndSequenceNumbers del driver miniport.

DxgkDdiOPMGetInformation

Puntatore alla funzione DxgkDdiOPMGetInformation del driver miniport di visualizzazione.

DxgkDdiOPMGetCOPPCompatibleInformation

Puntatore alla funzione DxgkDdiOPMGetCOPPCompatibleInformation del driver miniport.

DxgkDdiOPMConfigureProtectedOutput

Puntatore alla funzione DxgkDdiOPMConfigureProtectedOutput del driver miniport.

DxgkDdiOPMDestroyProtectedOutput

Puntatore alla funzione DxgkDdiOPMDestroyProtectedOutput del driver miniport.

DxgkDdiOPMCreateProtectedOutputNonLocalDisplay

Puntatore alla funzione DxgkDdiOPMCreateProtectedOutputNonLocalDisplay del driver del miniport.

DxgkDdiOPMSetSrmList

Puntatore alla funzione DxgkDdiOPMSetSrmList del driver miniport di visualizzazione.

DxgkDdiOPMGetSrmListVersion

Puntatore alla funzione DxgkDdiOPMGetSrmListVersion del driver miniport di visualizzazione.

Requisiti

Requisito Valore
Intestazione dispmprt.h