// d3d12umddi.h
typedef struct D3D12DDI_RANGE {
UINT64 Begin;
UINT64 End;
} D3D12DDI_RANGE;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies a range.
BeginThe beginning of the range.
EndA 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.