D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPES_DATA_0074 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_protected_resource_session_types_data_0074)

Description

Protected resource session types data.

Members

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.

Remarks

See the Protected Resources Specification for more information.

See also