Condividi tramite


D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT struttura

Contiene la risposta a una query di D3DAUTHENTICATEDQUERY_ACCESSIBILITYATTRIBUTES .

Per inviare questa query, chiamare IDirect3DAuthenticatedChannel9::Query.

Sintassi

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

Members

Output

Struttura D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT che contiene un codice di autenticazione dei messaggi (MAC) e altri dati.

BusType

Or bit per bit dei flag dall'enumerazione D3DBUSTYPE.

bAccessInContiguousBlocks

Se TRUE, i blocchi contigui di memoria video possono essere accessibili alla CPU o al bus.

bAccessInNonContiguousBlocks

Se TRUE, i blocchi non contigui di memoria video possono essere accessibili alla CPU o al bus.

Requisiti

Requisito Valore
Client minimo supportato
Windows 7 [solo app desktop]
Server minimo supportato
Windows Server 2008 R2 [solo app desktop]
Intestazione
D3d9types.h

Vedi anche

Strutture video Direct3D

IDirect3DAuthenticatedChannel9::Query