D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT structure

Contient la réponse à une requête D3DAUTHENTICATEDQUERY_ENCRYPTIONWHENACCESSIBLEGUID .

Pour envoyer cette requête, appelez IDirect3DAuthenticatedChannel9::Query.

Syntaxe

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT {
  Output D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT;
  UINT   EncryptionGuidIndex;
  GUID   EncryptionGuid;
} D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT;

Membres

D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT

Structure D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT qui contient un code d’authentification de message (MAC) et d’autres données.

EncryptionGuidIndex

Index du GUID de chiffrement.

EncryptionGuid

GUID qui spécifie un type de chiffrement pris en charge.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge
Windows Server 2008 R2 [applications de bureau uniquement]
En-tête
D3d9types.h

Voir aussi

Structures vidéo Direct3D

IDirect3DAuthenticatedChannel9::Query