Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 2.01 KB

d3dauthenticatedchannel-querychanneltype-output.md

File metadata and controls

82 lines (50 loc) · 2.01 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Contains the response to a D3DAUTHENTICATEDQUERY\_CHANNELTYPE query.
547f7f26-2b9d-48b1-97cc-84a2202c3900
D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT structure (D3d9types.h)
reference
05/31/2018
APIRef
kbSyntax
D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT
HeaderDef
d3d9types.h

D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT structure

Contains the response to a D3DAUTHENTICATEDQUERY_CHANNELTYPE query.

To send this query, call IDirect3DAuthenticatedChannel9::Query.

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
  D3DAUTHENTICATEDCHANNELTYPE          ChannelType;
} D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT;

Members

Output

A D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT structure that contains a Message Authentication Code (MAC) and other data.

ChannelType

A D3DAUTHENTICATEDCHANNELTYPE value that specifies the channel type.

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