// d3d12umddi.h
typedef struct D3D12DDIARG_CREATE_CRYPTO_SESSION_0030 {
UINT NodeMask;
GUID DecodeProfile;
GUID ContentProtectionSystem;
D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030 BitstreamEncryption;
D3D12DDI_CRYPTO_SESSION_FLAGS_0030 Flags;
} D3D12DDIARG_CREATE_CRYPTO_SESSION_0030;
View the official Windows Driver Kit DDI referenceNo description available.
Creates a crypto session.
NodeMaskRepresents the set of nodes.
DecodeProfileThe decode profile.
ContentProtectionSystemThe content protection system.
BitstreamEncryptionThe bitstream encryption.
FlagsThe crypto session flags.