struttura D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_INPUT

Contiene dati di input per una query D3DAUTHENTICATEDQUERY_OUTPUTID .

Per inviare questa query, chiamare IDirect3DAuthenticatedChannel9::Query.

Sintassi

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_INPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_INPUT Input;
  HANDLE                              DeviceHandle;
  HANDLE                              CryptoSessionHandle;
  UINT                                OutputIDIndex;
} D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_INPUT;

Members

Input

Struttura D3DAUTHENTICATEDCHANNEL_QUERY_INPUT che contiene il GUID per la query e altri dati.

DeviceHandle

Handle per il dispositivo.

CryptoSessionHandle

Handle per la sessione di crittografia.

OutputIDIndex

Indice dell'ID di output.

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