D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT structure
Contains input data for a D3DAUTHENTICATEDQUERY_ENCRYPTIONWHENACCESSIBLEGUID query.
To send this query, call IDirect3DAuthenticatedChannel9::Query.
Syntax
typedef struct _D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT {
D3DAUTHENTICATEDCHANNEL_QUERY_INPUT Input;
UINT EncryptionGuidIndex;
} D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_INPUT;
Members
-
Input
-
A D3DAUTHENTICATEDCHANNEL_QUERY_INPUT structure that contains the GUID for the query and other data.
-
EncryptionGuidIndex
-
The index of the encryption GUID.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
See also