D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_INPUT Struktur

Enthält Eingabedaten für eine D3DAUTHENTICATEDQUERY_OUTPUTIDCOUNT Abfrage.

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

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_INPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_INPUT Input;
  HANDLE                              DeviceHandle;
  HANDLE                              CryptoSessionHandle;
} D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_INPUT;

Member

Eingabe

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

DeviceHandle

Ein Handle für das Gerät.

CryptoSessionHandle

Ein Handle für die kryptografische Sitzung.

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