D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION structure
Contains input data for the D3DAUTHENTICATEDCONFIGURE_ENCRYPTIONWHENACCESSIBLE command.
To send this query, call IDirect3DAuthenticatedChannel9::Configure.
Syntax
typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION {
D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT Parameters;
GUID EncryptionGuid;
} D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION;
Members
-
Parameters
-
A D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT structure that contains the command GUID and other data.
-
EncryptionGuid
-
A GUID that specifies the type of encryption to apply.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
See also