estructura de D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT
Contiene la respuesta a una consulta D3DAUTHENTICATEDQUERY_ACCESSIBILITYATTRIBUTES .
Para enviar esta consulta, llame a IDirect3DAuthenticatedChannel9::Query.
Sintaxis
typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT {
D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
D3DBUSTYPE BusType;
BOOL bAccessibleInContiguousBlocks;
BOOL bAccessibleInNonContiguousBlocks;
} D3DAUTHENTICATEDCHANNEL_QUERYINFOBUSTYPE_OUTPUT;
Miembros
-
Salida
-
Estructura D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT que contiene un código de autenticación de mensajes (MAC) y otros datos.
-
Tipo de bus
-
OR bit a bit de las marcas de la enumeración D3DBUSTYPE .
-
bAccessibleInContiguousBlocks
-
Si es TRUE, los bloques contiguos de memoria de vídeo pueden ser accesibles para la CPU o el bus.
-
bAccessibleInNonContiguousBlocks
-
Si es TRUE, los bloques de memoria de vídeo no contiguos pueden ser accesibles para la CPU o el bus.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible |
Windows 7 [solo aplicaciones de escritorio] |
Servidor mínimo compatible |
Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado |
|
Vea también