D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT-Struktur

Enthält die Antwort auf eine D3DAUTHENTICATEDQUERY_OUTPUTIDCOUNT-Abfrage .

Rufen Sie zum Senden dieser Abfrage IDirect3DAuthenticatedChannel9::Query auf.

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT {
  D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
  HANDLE                               DeviceHandle;
  HANDLE                               CryptoSessionHandle;
  UINT                                 NumOutputIDs;
} D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTIDCOUNT_OUTPUT;

Member

Ausgabe

Eine D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT-Struktur , die einen Nachrichtenauthentifizierungscode (Message Authentication Code, MAC) und andere Daten enthält.

DeviceHandle

Ein Handle für das Gerät.

CryptoSessionHandle

Ein Handle für die kryptografische Sitzung.

NumOutputIDs

Die Anzahl der Ausgabe-IDs, die dem angegebenen Gerät und der kryptografischen Sitzung zugeordnet sind.

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