structure D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT
Contient la réponse à une requête D3DAUTHENTICATEDQUERY_CHANNELTYPE .
Pour envoyer cette requête, appelez IDirect3DAuthenticatedChannel9::Query.
Syntaxe
typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT {
D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT Output;
D3DAUTHENTICATEDCHANNELTYPE ChannelType;
} D3DAUTHENTICATEDCHANNEL_QUERYCHANNELTYPE_OUTPUT;
Membres
-
Sortie
-
Une structure D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT qui contient un code d’authentification de message (MAC) et d’autres données.
-
ChannelType
-
Valeur D3DAUTHENTICATEDCHANNELTYPE qui spécifie le type de canal.
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