// d3d10umddi.h
typedef struct D3D11_1DDI_AUTHENTICATED_CONFIGURE_PROTECTION {
D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT Parameters;
D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS Protections;
} D3D11_1DDI_AUTHENTICATED_CONFIGURE_PROTECTION;
View the official Windows Driver Kit DDI referenceNo description available.
Contains input data for a call to the ConfigureAuthenticatedChannel(D3D11_1) function when D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT.ConfigureType has a GUID value of D3D11_AUTHENTICATED_CONFIGURE_PROTECTION.
ParametersA D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT structure that contains the command GUID and other data.
ProtectionsA D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS structure that specifies the protection level.
ConfigureAuthenticatedChannel(D3D11_1)
D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT
D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS