Skip to content

Latest commit

 

History

History
159 lines (83 loc) · 6.37 KB

ns-d3d10umddi-d3d11_1ddi_authenticated_configure_output.md

File metadata and controls

159 lines (83 loc) · 6.37 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3d10umddi.D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT
D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT (d3d10umddi.h)
Contains output data for the ConfigureAuthenticatedChannel(D3D11_1) function.
display\d3d11_1ddi_authenticated_configure_output.htm
05/10/2018
D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT structure
D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_GUID, D3D11_1DDI_AUTHENTICATED_CONFIGURE_ENCRYPTION_WHEN_ACCESSIBLE_GUID, D3D11_1DDI_AUTHENTICATED_CONFIGURE_INITIALIZE_GUID, D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT, D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT structure [Display Devices], D3D11_1DDI_AUTHENTICATED_CONFIGURE_PROTECTION_GUID, D3D11_1DDI_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_GUID, d3d10umddi/D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT, display.d3d11_1ddi_authenticated_configure_output
d3d10umddi.h
D3d10umddi.h
Windows
Windows 8
Windows Server 2012
Windows
display
D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT
D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT
d3d10umddi/D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT
APIRef
kbSyntax
HeaderDef
D3d10umddi.h
D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT

D3D11_1DDI_AUTHENTICATED_CONFIGURE_OUTPUT structure

-description

Contains output data for the ConfigureAuthenticatedChannel(D3D11_1) function.

-struct-fields

-field omac

A D3D11_1DDI_OMAC structure that contains a Message Authentication Code (MAC) of the data. The driver uses Advanced Encryption Standard (AES)-based one-key CBC MAC (OMAC) to calculate this value for the block of data that appears after this structure member.

-field ConfigureType

A GUID that specifies the command. The following GUIDs are defined.

D3D11_1DDI_AUTHENTICATED_CONFIGURE_ENCRYPTION_WHEN_ACCESSIBLE_GUID

Sets the level of encryption that is performed before protected content becomes accessible to the CPU or bus.

Input data: D3D11_1DDI_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION

D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION_GUID

Associates a cryptographic session with a DirectX Video Acceleration 2 (DXVA-2) decode device and a Direct3D device.

Input data: D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION

D3D11_1DDI_AUTHENTICATED_CONFIGURE_INITIALIZE_GUID

Initializes the authenticated channel.

Input data: D3D11_1DDI_AUTHENTICATED_CONFIGURE_INITIALIZE

D3D11_1DDI_AUTHENTICATED_CONFIGURE_PROTECTION_GUID

Enables or disables protection for the device.

Input data: D3D11_1DDI_AUTHENTICATED_CONFIGURE_PROTECTION

D3D11_1DDI_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_GUID

Enables a process to open a shared resource, or disables a process from opening shared resources.

Input data: D3D11_1DDI_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE

-field hChannel

A handle to the authenticated channel. This handle was created through a call to the CreateAuthenticatedChannel(D3D11_1) function.

-field SequenceNumber

The query sequence number.

Note  The sequence number must increase with each successive call to the ConfigureAuthenticatedChannel(D3D11_1) function.
 

-field ReturnCode

The return code that the driver returns when the ConfigureAuthenticatedChannel(D3D11_1) function is called.

-remarks

For information on the usage of this structure, see the Remarks of the ConfigureAuthenticatedChannel(D3D11_1) function.

-see-also

ConfigureAuthenticatedChannel(D3D11_1)

CreateAuthenticatedChannel(D3D11_1)

D3D11_1DDI_AUTHENTICATED_CONFIGURE_ACCESSIBLE_ENCRYPTION

D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION

D3D11_1DDI_AUTHENTICATED_CONFIGURE_INITIALIZE

D3D11_1DDI_AUTHENTICATED_CONFIGURE_PROTECTION

D3D11_1DDI_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE

D3D11_1DDI_OMAC