D3D12DDI_RANGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_RANGE {
  UINT64 Begin;
  UINT64 End;
} D3D12DDI_RANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_RANGE structure

Description

Specifies a range.

Members

Begin

The beginning of the range.

End

A value of one more than the end of the range. Therefore, the value of End minus the value of Begin is the size of the range.