DXVA_COPPSetProtectionLevelCmdData - NtDoc

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

typedef struct _DXVA_COPPSetProtectionLevelCmdData {
  ULONG ProtType;
  ULONG ProtLevel;
  ULONG ExtendedInfoChangeMask;
  ULONG ExtendedInfoData;
} DXVA_COPPSetProtectionLevelCmdData;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxva-_dxva_coppsetprotectionlevelcmddata)

_DXVA_COPPSetProtectionLevelCmdData structure

Description

The DXVA_COPPSetProtectionLevelCmdData structure describes the protection types and levels to set on the physical connector associated with a COPP DirectX VA device.

Members

ProtType

Specifies one of the following protection types to set on the physical connector associated with a COPP device:

ProtLevel

Specifies the protection level to set for the protection type in ProtType or COPP_NoProtectionLevelAvailable (-1) if no protection level is available.

ExtendedInfoChangeMask

Specifies a value that indicates the valid bitfields in the following ExtendedInfoData member.

ExtendedInfoData

Specifies additional 32-bit data for the protection type in ProtType. Not currently used.

See also

COPPCommand

DXVA_COPPCommand