D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT-Struktur (d3d11.h)
Enthält Eingabedaten für einen D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE-Befehl .
Syntax
typedef struct D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT {
D3D11_AUTHENTICATED_CONFIGURE_INPUT Parameters;
UINT StartSequenceQuery;
UINT StartSequenceConfigure;
} D3D11_AUTHENTICATED_CONFIGURE_INITIALIZE_INPUT;
Member
Parameters
Eine D3D11_AUTHENTICATED_CONFIGURE_INPUT-Struktur , die die Befehls-GUID und andere Daten enthält.
StartSequenceQuery
Die anfängliche Sequenznummer für Abfragen.
StartSequenceConfigure
Die anfängliche Sequenznummer für Befehle.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 8 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [Desktop-Apps | UWP-Apps] |
Kopfzeile | d3d11.h |