// d3d10umddi.h
typedef struct D3D11_1DDI_VIDEO_CONTENT_PROTECTION_CAPS {
UINT Caps;
UINT KeyExchangeTypeCount;
UINT BlockAlignmentSize;
ULONGLONG ProtectedMemorySize;
} D3D11_1DDI_VIDEO_CONTENT_PROTECTION_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the content-protection capabilities of the user-mode display driver.
CapsA bitwise OR of zero or more flags from the D3D11_1DDI_CONTENT_PROTECTION_CAPS enumeration.
KeyExchangeTypeCountThe number of cryptographic key-exchange types that are supported by the driver. To get the list of key-exchange types, call the GetCryptoKeyExchangeType function.
BlockAlignmentSizeThe encryption block size, in bytes. The size of data to be encrypted must be a multiple of this value.
ProtectedMemorySizeThe total amount of memory, in bytes, that can be used to hold protected surfaces.
D3D11_1DDI_CONTENT_PROTECTION_CAPS