D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION - NtDoc

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

typedef struct D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION {
  D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT Parameters;
  HANDLE                                   DecodeHandle;
  HANDLE                                   CryptoSessionHandle;
  HANDLE                                   DeviceHandle;
} D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_authenticated_configure_crypto_session)

D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION structure

Description

Contains input data for a call to the ConfigureAuthenticatedChannel(D3D11_1) function when D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT.ConfigureType has a GUID value of D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION.

Members

Parameters

A D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT structure that contains the command GUID and other data.

DecodeHandle

A handle to the decoder device.

CryptoSessionHandle

A handle to the cryptographic session.

DeviceHandle

A handle to the Direct3D device.

See also

ConfigureAuthenticatedChannel(D3D11_1)

D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT