D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPE_COUNT_DATA_0074 structure (d3d12umddi.h)

Count of protected resource session types.

Syntax

typedef struct D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPE_COUNT_DATA_0074 {
  [in]  UINT NodeIndex;
  [out] UINT Count;
} D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPE_COUNT_DATA_0074;

Members

[in] NodeIndex

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

[out] Count

Number of protected resource session types supported by the driver.

Remarks

See the Protected Resources Specification for more information.

Requirements

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

See also

D3D112DDICAPS_TYPE