D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE enumeration (d3d10umddi.h)

Specifies the type of Microsoft Direct3D authenticated channel.

Syntax

typedef enum D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE {
  D3D11_1DDI_AUTHENTICATED_CHANNEL_DRIVER_SOFTWARE,
  D3D11_1DDI_AUTHENTICATED_CHANNEL_DRIVER_HARDWARE
} ;

Constants

 
D3D11_1DDI_AUTHENTICATED_CHANNEL_DRIVER_SOFTWARE
Software driver channel. This channel provides communication with a driver that implements content protection mechanisms in software.
D3D11_1DDI_AUTHENTICATED_CHANNEL_DRIVER_HARDWARE
Hardware driver channel. This channel provides communication with a driver that implements content protection mechanisms in the GPU hardware.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3d10umddi.h (include D3d10umddi.h)