Share via


estructura de D3DAUTHENTICATEDCHANNEL_QUERYUNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT_OUTPUT

Contiene la respuesta a una consulta de D3DAUTHENTICATEDQUERY_UNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT .

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

Sintaxis

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYUNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT_OUTPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
  UINT                                 NumUnrestrictedProtectedSharedResources;
} D3DAUTHENTICATEDCHANNEL_QUERYUNRESTRICTEDPROTECTEDSHAREDRESOURCECOUNT_OUTPUT;

Miembros

Salida

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

NumUnrestrictedProtectedSharedResources

Número de recursos compartidos protegidos que se pueden abrir mediante cualquier proceso sin restricciones.

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
D3d9types.h

Consulte también

Estructuras de vídeo de Direct3D

IDirect3DAuthenticatedChannel9::Query