D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT structure

Contains input data for a D3DAUTHENTICATEDQUERY_CRYPTOSESSION query.

To send this query, call IDirect3DAuthenticatedChannel9::Query.

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_INPUT Input;
  HANDLE                              DXVA2DecodeHandle;
} D3DAUTHENTICATEDCHANNEL_QUERYCRYPTOSESSION_INPUT;

Members

Input

A D3DAUTHENTICATEDCHANNEL_QUERY_INPUT structure that contains the GUID for the query and other data.

DXVA2DecodeHandle

A handle to a DirectX Video Acceleration 2 (DXVA-2) decoder device.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
D3d9types.h

See also

Direct3D Video Structures

IDirect3DAuthenticatedChannel9::Query