// d3d12umddi.h
typedef struct D3D12DDI_CRYPTO_SESSION_TRANSFORM_DECRYPT_HEADER_OUTPUT_ARGUMENTS_0030 {
BOOL Enable;
const void *pSliceHeaders;
UINT64 SliceHeadersSize;
const void *pContext;
UINT64 ContextSize;
} D3D12DDI_CRYPTO_SESSION_TRANSFORM_DECRYPT_HEADER_OUTPUT_ARGUMENTS_0030;
View the official Windows Driver Kit DDI referenceNo description available.
Crypto session transform decrypt header output arguments.
EnableEnable.
pSliceHeadersSlice headers.
SliceHeadersSizeSlice header size.
pContextContext.
ContextSizeContext size.