Share via


estructura de D3DAUTHENTICATEDCHANNEL_QUERYROUTPUTID_OUTPUT

Contiene la respuesta a una consulta D3DAUTHENTICATEDQUERY_OUTPUTID .

Para enviar esta consulta, llame a IDirect3DAuthenticatedChannel9::Query.

Sintaxis

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT {
  Output D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT;
  HANDLE DeviceHandle;
  HANDLE CryptoSessionHandle;
  UINT   OutputIDIndex;
  UINT64 OutputID;
} D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT;

Miembros

D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT

Estructura D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT que contiene un código de autenticación de mensajes (MAC) y otros datos.

DeviceHandle

Identificador del dispositivo.

CryptoSessionHandle

Identificador de la sesión criptográfica.

OutputIDIndex

Índice del identificador de salida especificado en el miembro OutputID .

OutputID

Identificador de salida asociado al dispositivo especificado y a la sesión criptográfica.

Requisitos

Requisito Valor
Cliente mínimo compatible
Windows 7 [solo aplicaciones de escritorio]
Servidor mínimo compatible
Windows Server 2008 R2 [solo aplicaciones de escritorio]
Encabezado
D3d9types.h

Consulte también

Estructuras de vídeo de Direct3D

IDirect3DAuthenticatedChannel9::Query