D3D12DDI_PROTECTED_RESOURCE_SESSION_TYPE_COUNT_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_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 reference

NtDoc

No description available.

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

Description

Count of protected resource session types.

Members

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.

Remarks

See the Protected Resources Specification for more information.

See also

D3D112DDICAPS_TYPE