D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT structure

Contains the response to a D3DAUTHENTICATEDQUERY_ACCESSIBILITYATTRIBUTES query.

To send this query, call IDirect3DAuthenticatedChannel9::Query.

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
  D3DBUSTYPE                           BusType;
  BOOL                                 bAccessibleInContiguousBlocks;
  BOOL                                 bAccessibleInNonContiguousBlocks;
} D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT;

Members

Output

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

BusType

A bitwise OR of flags from the D3DBUSTYPE enumeration.

bAccessibleInContiguousBlocks

If TRUE, contiguous blocks of video memory may be accessible to the CPU or the bus.

bAccessibleInNonContiguousBlocks

If TRUE, non-contiguous blocks of video memory may be accessible to the CPU or the bus.

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