Compartir a través de


estructura DXGK_OPM_INTERFACE_3 (dispmprt.h)

La estructura DXGK_OPM_INTERFACE_3 contiene punteros a funciones en la interfaz del Administrador de protección de salida (OPM) de, que implementa el controlador de minipuerto de pantalla.

Sintaxis

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;

Miembros

Size

Tamaño, en bytes, de esta estructura.

Version

Entero positivo que indica el número de versión de la interfaz de OPM implementada por el controlador de minipuerto de pantalla. El miembro Version debe establecerse en DXGK_OPM_INTERFACE_VERSION_3, que se define en dispmprt.h.

Context

Puntero a un bloque de contexto privado. context debe establecerse en NULL.

InterfaceReference

Puntero a una función de referencia de interfaz implementada por el controlador de miniporte de pantalla. Para obtener más información sobre el funcionamiento de una función de referencia de interfaz, vea la sección Comentarios de la estructuraINTERFACE de.

InterfaceDereference

Puntero a una función de desreferencia de interfaz implementada por el controlador de miniporte de pantalla. Para obtener más información sobre el funcionamiento de una función de desreferencia de interfaz, vea la sección Comentarios de la estructura INTERFACE.

DxgkDdiOPMGetCertificateSize

Puntero a la función DxgkDdiOPMGetCertificateSize del controlador de miniporte de pantalla.

DxgkDdiOPMGetCertificate

Puntero a la funcióndel controlador de miniporte de pantallaDxgkDdiOPMGetCertificate.

DxgkDdiOPMCreateProtectedOutput

Puntero a la funcióndel controlador de minipuerto de pantallaDxgkDdiOPMCreateProtectedOutput.

DxgkDdiOPMGetRandomNumber

Puntero a la función DxgkDdiOPMGetRandomNumber del controlador de miniporte de pantalla.

DxgkDdiOPMSetSigningKeyAndSequenceNumbers

Puntero a la función dxgkDdiOPMSetSigningKeyAndSequenceNumbers del controlador de minipuerto de pantalla.

DxgkDdiOPMGetInformation

Puntero a la función DxgkDdiOPMGetInformation del controlador de miniporte de pantalla.

DxgkDdiOPMGetCOPPCompatibleInformation

Puntero a la funcióndel controlador de minipuerto de pantallaDxgkDdiOPMGetCOPPCompatibleInformation.

DxgkDdiOPMConfigureProtectedOutput

Puntero a la función dedxgkDdiOPMConfigureProtectedOutput del controlador de miniport.

DxgkDdiOPMDestroyProtectedOutput

Puntero a la función decontrolador de miniporte de pantalla DxgkDdiOPMDestroyProtectedOutput.

DxgkDdiOPMCreateProtectedOutputNonLocalDisplay

Puntero a la función DxgkDdiOPMCreateProtectedOutputNonLocalDisplay del controlador de miniporte para mostrar.

DxgkDdiOPMSetSrmList

Puntero a la funcióndel controlador de minipuerto de pantallaDxgkDdiOPMSetSrmList.

DxgkDdiOPMGetSrmListVersion

Puntero a la función dxgkDdiOPMGetSrmListVersion del controlador de miniporte de pantalla.

Requisitos

Requisito Valor
encabezado de dispmprt.h