Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D3DAUTHENTICATEDCHANNEL_QUERY_INPUT structure

Contains input data for the IDirect3DAuthenticatedChannel9::Query method.

Syntax


typedef struct _D3DAUTHENTICATEDCHANNEL_QUERY_INPUT {
  GUID           QueryType;
  hChannel       HANDLE;
  SequenceNumber UINT;
} D3DAUTHENTICATEDCHANNEL_QUERY_INPUT;

Members

QueryType

A GUID that specifies the query. For a list of values, see Content Protection Queries.

HANDLE

A handle to the authenticated channel. To get the handle, call IDirect3DDevice9Video::CreateAuthenticatedChannel.

UINT

The query sequence number. At the start of the session, generate a cryptographically secure 32-bit random number to use as the starting sequence number. For each query, increment the sequence number by 1.

Requirements

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

 

 

Show:
© 2017 Microsoft