D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_OUTPUT structure
Contains the response to a D3DAUTHENTICATEDQUERY_CRYPTOSESSION query.
To send this query, call IDirect3DAuthenticatedChannel9::Query.
Syntax
typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_OUTPUT {
D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
HANDLE DXVA2DecodeHandle;
HANDLE CryptoSessionHandle;
HANDLE DeviceHandle;
} D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_OUTPUT;
Members
-
Output
-
A D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT structure that contains a Message Authentication Code (MAC) and other data.
-
DXVA2DecodeHandle
-
A handle to a DirectX Video Acceleration 2 (DXVA-2) decoder device.
-
CryptoSessionHandle
-
A handle to the cryptographic session that is associated with the decoder device.
-
DeviceHandle
-
A handle to the Direct3D device that is associated with the decoder device.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
See also