D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION structure
Contains input data for a D3DAUTHENTICATEDCONFIGURE_PROTECTION command.
To send this query, call IDirect3DAuthenticatedChannel9::Configure.
Syntax
typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION {
D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT Parameters;
D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS Protections;
} D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION;
Members
-
Parameters
-
A D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT structure that contains the command GUID and other data.
-
Protections
-
A D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS structure that specifies the protection level.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
See also