// d3d12umddi.h
typedef struct D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPE_COUNT_DATA_0074 {
[in] UINT NodeIndex;
[out] UINT Count;
} D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPE_COUNT_DATA_0074;
View the official Windows Driver Kit DDI referenceNo description available.
Count of protected resource session types.
NodeIndex [in]In multi-adapter operation, NodeIndex indicates which physical adapter of the device this operation applies to.
Count [out]Number of protected resource session types supported by the driver.
See the Protected Resources Specification for more information.