D3DAUTHENTICATEDCHANNEL_QUERYROUTPUTID_OUTPUT-Struktur

Enthält die Antwort auf eine D3DAUTHENTICATEDQUERY_OUTPUTID Abfrage.

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

Syntax

typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT {
  Output D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT;
  HANDLE DeviceHandle;
  HANDLE CryptoSessionHandle;
  UINT   OutputIDIndex;
  UINT64 OutputID;
} D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT;

Member

D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT

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.

OutputIDIndex

Der Index der Ausgabe-ID, die im OutputID-Element angegeben ist.

OutputID

Eine Ausgabe-ID, die dem angegebenen Gerät und der angegebenen kryptografischen Sitzung zugeordnet ist.

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

Siehe auch

Direct3D-Videostrukturen

IDirect3DAuthenticatedChannel9::Query