D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT Struktur

Enthält Eingabedaten für eine D3DAUTHENTICATEDQUERY_ENCRYPTIONWHENACCESSIBLEGUID Abfrage.

Um diese Abfrage zu senden, rufen Sie IDirect3DAuthenticatedChannel9::Query auf.

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_INPUT Input;
  UINT                                EncryptionGuidIndex;
} D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT;

Member

Eingabe

Eine D3DAUTHENTICATEDCHANNEL_QUERY_INPUT Struktur, die die GUID für die Abfrage und andere Daten enthält.

EncryptionGuidIndex

Der Index der Verschlüsselungs-GUID.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client)
Windows 7 [nur Desktop-Apps]
Unterstützte Mindestversion (Server)
Windows Server 2008 R2 [nur Desktop-Apps]
Header
D3d9types.h

Weitere Informationen

Direct3D-Videostrukturen

IDirect3DAuthenticatedChannel9::Query