D3D12DDI_CRYPTO_SESSION_TRANSFORM_DECRYPT_HEADER_INPUT_ARGUMENTS_0030 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_CRYPTO_SESSION_TRANSFORM_DECRYPT_HEADER_INPUT_ARGUMENTS_0030 {
  BOOL        Enable;
  const void  *pSliceHeaders;
  UINT64      SliceHeadersSize;
  const DWORD *pSliceHeadersOffsets;
  UINT64      SliceHeaderCount;
  const void  *pContext;
  UINT64      ContextSize;
} D3D12DDI_CRYPTO_SESSION_TRANSFORM_DECRYPT_HEADER_INPUT_ARGUMENTS_0030;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_crypto_session_transform_decrypt_header_input_arguments_0030)

D3D12DDI_CRYPTO_SESSION_TRANSFORM_DECRYPT_HEADER_INPUT_ARGUMENTS_0030 structure

Description

Crypto session transform decrypt header input arguments.

Members

Enable

Enable.

pSliceHeaders

Slice headers.

SliceHeadersSize

Slice header size.

pSliceHeadersOffsets

Slice header offsets.

SliceHeaderCount

Slice header count.

pContext

Context.

ContextSize

Context size.