struttura D3D11_AUTHENTICATED_CONFIGURE_OUTPUT (d3d11.h)

Contiene la risposta del metodo ID3D11VideoContext::ConfigureAuthenticatedChannel .

Sintassi

typedef struct D3D11_AUTHENTICATED_CONFIGURE_OUTPUT {
  D3D11_OMAC omac;
  GUID       ConfigureType;
  HANDLE     hChannel;
  UINT       SequenceNumber;
  HRESULT    ReturnCode;
} D3D11_AUTHENTICATED_CONFIGURE_OUTPUT;

Members

omac

Struttura D3D11_OMAC che contiene un MAC (Message Authentication Code) dei dati. Il driver usa mac CBC MAC (OMAC) basato su AES per calcolare questo valore per il blocco di dati visualizzato dopo questo membro della struttura.

ConfigureType

GUID che specifica il comando. Per un elenco dei GUID, vedere D3D11_AUTHENTICATED_CONFIGURE_INPUT.

hChannel

Handle per il canale autenticato.

SequenceNumber

Numero di sequenza del comando.

ReturnCode

Codice del risultato per il comando.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 [app desktop | App UWP]
Intestazione d3d11.h

Vedi anche

Strutture video Direct3D 11