D3DAUTHENTICATEDCHANNEL_QUERYROUTPUTID_OUTPUT struttura
Contiene la risposta a una query di D3DAUTHENTICATEDQUERY_OUTPUTID .
Per inviare questa query, chiamare IDirect3DAuthenticatedChannel9::Query.
Sintassi
typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT {
Output D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT;
HANDLE DeviceHandle;
HANDLE CryptoSessionHandle;
UINT OutputIDIndex;
UINT64 OutputID;
} D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT;
Members
-
D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT
-
Struttura D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT che contiene un codice di autenticazione dei messaggi (MAC) e altri dati.
-
DeviceHandle
-
Handle per il dispositivo.
-
CryptoSessionHandle
-
Handle alla sessione crittografica.
-
OutputIDIndex
-
Indice dell'ID di output specificato nel membro OutputID .
-
OutputID
-
ID di output associato alla sessione di crittografia e dispositivo specificato.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 7 [solo app desktop] |
Server minimo supportato |
Windows Server 2008 R2 [solo app desktop] |
Intestazione |
|
Vedi anche