Condividi tramite


D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT struttura

Contiene la risposta a una query di D3DAUTHENTICATEDQUERY_CHANNELTYPE .

Per inviare questa query, chiamare IDirect3DAuthenticatedChannel9::Query.

Sintassi

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
  D3DAUTHENTICATEDCHANNELTYPE          ChannelType;
} D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT;

Members

Output

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

ChannelType

Valore D3DAUTHENTICATEDCHANNELTYPE che specifica il tipo di canale.

Requisiti

Requisito Valore
Client minimo supportato
Windows 7 [solo app desktop]
Server minimo supportato
Windows Server 2008 R2 [solo app desktop]
Intestazione
D3d9types.h

Vedi anche

Strutture video Direct3D

IDirect3DAuthenticatedChannel9::Query