D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT - NtDoc

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

typedef struct _D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT {
  UINT NoProtection : 1;
  UINT MacroVisionApsTrigger : 1;
  UINT MacroVisionFull : 1;
  UINT Reserved : 29;
} D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_d3dkmdt_vidpn_present_path_copyprotection_support)

_D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT structure

Description

The D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT structure is used to indicate the types of copy protection that are supported by a particular VidPN present path.

Members

NoProtection

The path is not capable of providing any copy protection.

MacroVisionApsTrigger

The path is capable of providing Rovi (formerly Macrovision) analog protection support (APS).

MacroVisionFull

The path is capable of providing full Rovi (formerly Macrovision) copy protection.

Reserved

Reserved for future use.

Remarks

The CopyProtectionSupport member of the D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION structure is a D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT structure.