Condividi tramite


D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT struttura (d3d11.h)

Contiene la risposta a una query di D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE .

Sintassi

typedef struct D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT {
  D3D11_AUTHENTICATED_QUERY_OUTPUT Output;
  D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType;
} D3D11_AUTHENTICATED_QUERY_CHANNEL_TYPE_OUTPUT;

Members

Output

Struttura D3D11_AUTHENTICATED_QUERY_OUTPUT che contiene un codice di autenticazione dei messaggi (MAC) e altri dati.

ChannelType

Valore D3D11_AUTHENTICATED_CHANNEL_TYPE che specifica il tipo di canale.

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