D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT struttura
Contiene dati di input per una query di D3DAUTHENTICATEDQUERY_CRYPTOSESSION .
Per inviare questa query, chiamare IDirect3DAuthenticatedChannel9::Query.
Sintassi
typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT {
D3DAUTHENTICATEDCHANNEL_QUERY_INPUT Input;
HANDLE DXVA2DecodeHandle;
} D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT;
Members
-
Input
-
Struttura D3DAUTHENTICATEDCHANNEL_QUERY_INPUT contenente il GUID per la query e altri dati.
-
DXVA2DecodeHandle
-
Handle per un dispositivo decodificatore DIRECTX Video Acceleration 2 (DXVA-2).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 7 [solo app desktop] |
Server minimo supportato |
Windows Server 2008 R2 [solo app desktop] |
Intestazione |
|
Vedi anche