D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef enum D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE {
  D3D11_1DDI_AUTHENTICATED_CHANNEL_DRIVER_SOFTWARE,
  D3D11_1DDI_AUTHENTICATED_CHANNEL_DRIVER_HARDWARE
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_authenticated_channel_type)

D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE enumeration

Description

Specifies the type of Microsoft Direct3D authenticated channel.

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.