// d3dkmdt.h
typedef enum _D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE {
D3DKMDT_VPPMT_UNINITIALIZED,
D3DKMDT_VPPMT_NOPROTECTION,
D3DKMDT_VPPMT_MACROVISION_APSTRIGGER,
D3DKMDT_VPPMT_MACROVISION_FULLSUPPORT
} D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE enumeration is used to indicate the type of copy protection that is supported by a VidPN present path.
D3DKMDT_VPPMT_UNINITIALIZEDIndicates that a variable of type D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE has not yet been assigned a meaningful value.
D3DKMDT_VPPMT_NOPROTECTIONIndicates that the path has no copy protection.
D3DKMDT_VPPMT_MACROVISION_APSTRIGGERIndicates that the path provides support for Rovi's (formerly Macrovision) analog protection system (APS).
D3DKMDT_VPPMT_MACROVISION_FULLSUPPORTIndicates that the path provides full Rovi (formerly Macrovision) copy protection support.
The CopyProtectionType member of the D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION structure is a value from the D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION_TYPE enumeration.