// d3dkmdt.h
typedef enum _DXGKMDT_CERTIFICATE_TYPE {
DXGKMDT_OPM_CERTIFICATE,
DXGKMDT_COPP_CERTIFICATE,
DXGKMDT_UAB_CERTIFICATE,
DXGKMDT_INDIRECT_DISPLAY_CERTIFICATE,
DXGKMDT_FORCE_ULONG
} DXGKMDT_CERTIFICATE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKMDT_CERTIFICATE_TYPE enumeration identifies the type of certificate that callers of the DxgkDdiOPMGetCertificateSize and DxgkDdiOPMGetCertificate functions require.
DXGKMDT_OPM_CERTIFICATEIndicates an Output Protection Management (OPM) certificate.
DXGKMDT_COPP_CERTIFICATEIndicates a Certified Output Protection Protocol (COPP) certificate.
DXGKMDT_UAB_CERTIFICATEIndicates a User Accessible Bus (UAB) certificate.
DXGKMDT_INDIRECT_DISPLAY_CERTIFICATEDXGKMDT_FORCE_ULONGForces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value.
For more information about certificates that are used with OPM, download the Output Content Protection and Windows Vista document.