estructura de D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT
Contiene la respuesta a una consulta de D3DAUTHENTICATEDQUERY_OUTPUTIDCOUNT .
Para enviar esta consulta, llame a IDirect3DAuthenticatedChannel9::Query.
Sintaxis
typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT {
D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
HANDLE DeviceHandle;
HANDLE CryptoSessionHandle;
UINT NumOutputIDs;
} D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT;
Miembros
-
Salida
-
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.
-
NumOutputIDs
-
Número de identificadores de salida asociados con el dispositivo y la sesión criptográfica especificados.
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