D3DDDIRANGE structure (d3dumddi.h)
Specifies a range of memory within a buffer.
Syntax
typedef struct _D3DDDIRANGE {
UINT Offset;
UINT Size;
} D3DDDIRANGE;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dumddi.h (include D3dumddi.h) |