structure D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE
Contient des données d’entrée pour une commande D3DAUTHENTICATEDCONFIGURE_INITIALIZE .
Pour envoyer cette requête, appelez IDirect3DAuthenticatedChannel9::Configure.
Syntaxe
typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE {
D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT Parameters;
UINT StartSequenceQuery;
UINT StartSequenceConfigure;
} D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE;
Membres
-
Paramètres
-
Structure D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT qui contient le GUID de commande et d’autres données.
-
StartSequenceQuery
-
Numéro de séquence initial pour les requêtes.
-
StartSequenceConfigure
-
Numéro de séquence initial des commandes.
Notes
Les membres StartSequenceQuery et StartSequenceConfigure contiennent chacun un nombre aléatoire 32 bits sécurisé par chiffrement.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête |
|
Voir aussi