// d3dkmddi.h
typedef struct _DXGKARG_SETTARGETANALOGCOPYPROTECTION {
[in] IN D3DDDI_VIDEO_PRESENT_TARGET_ID TargetId;
[in] D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE CopyProtectionType;
[in] UINT APSTriggerBits;
[in] D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT CopyProtectionSupport;
} DXGKARG_SETTARGETANALOGCOPYPROTECTION;
View the official Windows Driver Kit DDI referenceNo description available.
Holds information to set analog copy protection on a display adapter's video present target.
TargetId [in]The identifier of a display adapter's video present target.
CopyProtectionType [in]A value from the D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE enum indicating the type of analog copy protection being requested.
APSTriggerBits [in]A value that describes copy protection for an OEM device. A value of 0 indicates no copy protection, and values of 1, 2, and 3 indicate low, medium, and high levels of copy protection, respectively. Values greater than 3 are not allowed.
CopyProtectionSupport [in]A D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_SUPPORT structure containing flags indicating the analog copy protection support being requested.