// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_DECODE_PROTECTED_RESOURCES_DATA_0072 {
[in] UINT NodeIndex;
[in] D3D12DDI_VIDEO_DECODE_CONFIGURATION_0020 Configuration;
[out] D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072 SupportFlags;
} D3D12DDI_VIDEO_DECODE_PROTECTED_RESOURCES_DATA_0072;
View the official Windows Driver Kit DDI referenceNo description available.
Data structure used to check for video decode protected resource support capabilities on a given node index.
NodeIndex [in]In multi-adapter operation, this value indicates which physical adapter of the device that this operation applies to.
Configuration [in]A D3D12DDI_VIDEO_DECODE_CONFIGURATION_0020 structure containing video decode configuration information.
SupportFlags [out]A D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072 value in which to return the video decode protected resource support level.
This structure is the data used when querying D3D12DDICAPS_TYPE_VIDEO_0072_DECODE_PROTECTED_RESOURCES via PFND3D12DDI_VIDEO_GETCAPS.
See the D3D Video Protected Resource Support Specification for more information.
D3D12DDI_VIDEO_DECODE_CONFIGURATION_0020
D3D12DDI_VIDEO_PROTECTED_RESOURCE_SUPPORT_FLAGS_0072