// d3d12umddi.h
typedef struct D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPES_DATA_0074 {
[in] UINT NodeIndex;
[in] UINT Count;
[out] GUID *pTypes;
} D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPES_DATA_0074;
View the official Windows Driver Kit DDI referenceNo description available.
Protected resource session types data.
NodeIndex [in]In multi-adapter operation, NodeIndex indicates which physical adapter of the device this operation applies to.
Count [in]Size of the pTypes array. This value must match the count returned through the D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_TYPE_COUNT check.
pTypes [out]On return, this array is populated with the supported protected resource session types.
See the Protected Resources Specification for more information.