D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPES_DATA_0074 structure (d3d12umddi.h)

Protected resource session types data.

Syntax

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;

Members

[in] NodeIndex

In multi-adapter operation, NodeIndex indicates which physical adapter of the device this operation applies to.

[in] Count

Size of the pTypes array. This value must match the count returned through the D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_TYPE_COUNT check.

[out] pTypes

On return, this array is populated with the supported protected resource session types.

Remarks

See the Protected Resources Specification for more information.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header d3d12umddi.h