D3D11_1DDI_AUTHENTICATED_QUERY_OUTPUT struttura (d3d10umddi.h)
Contiene una risposta dalla funzione QueryAuthenticatedChannel(D3D11_1).
Sintassi
typedef struct D3D11_1DDI_AUTHENTICATED_QUERY_OUTPUT {
D3D11_1DDI_OMAC omac;
GUID QueryType;
HANDLE hChannel;
UINT SequenceNumber;
HRESULT ReturnCode;
} D3D11_1DDI_AUTHENTICATED_QUERY_OUTPUT;
Members
omac
Struttura D3D11_1DDI_OMAC contenente un codice di autenticazione dei messaggi (MAC) dei dati. Il driver usa Advanced Encryption Standard (AES)-based one-key MAC (OMAC) per calcolare questo valore per il blocco di dati visualizzato dopo questo membro della struttura.
QueryType
GUID che specifica la query. Per un elenco di valori possibili, vedere la struttura D3D11_1DDI_AUTHENTICATED_QUERY_INPUT .
hChannel
Handle per il canale autenticato. Questo handle è stato creato tramite una chiamata alla funzione CreateAuthenticatedChannel(D3D11_1).
SequenceNumber
Numero di sequenza di query.
ReturnCode
Il codice restituito restituito dal driver quando viene chiamata la funzione QueryAuthenticatedChannel(D3D11_1).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 |
Server minimo supportato | Windows Server 2012 |
Intestazione | d3d10umddi.h (include D3d10umddi.h) |
Vedi anche
CreateAuthenticatedChannel(D3D11_1)