Condividi tramite


struttura D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION (d3d10umddi.h)

Contiene dati di input per una chiamata alla funzione ConfigureAuthenticatedChannel(D3D11_1) quando D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT. ConfigureType ha un valore GUID di D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION.

Sintassi

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;

Members

Parameters

Struttura D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT che contiene il GUID del comando e altri dati.

DecodeHandle

Handle per il dispositivo decodificatore.

CryptoSessionHandle

Handle per la sessione di crittografia.

DeviceHandle

Handle per il dispositivo Direct3D.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Intestazione d3d10umddi.h (include D3d10umddi.h)

Vedi anche

ConfigureAuthenticatedChannel(D3D11_1)

D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT