D3DDDIRANGE - NtDoc

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

typedef struct _D3DDDIRANGE {
  UINT Offset;
  UINT Size;
} D3DDDIRANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddirange)

_D3DDDIRANGE structure

Description

Specifies a range of memory within a buffer.

Members

Offset

An offset, in bytes, from the start of the buffer.

Size

The size, in bytes, of a block of memory that begins at the buffer location specified by the Offset member.