DXGKARG_CREATEMEMORYBASIS - NtDoc

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

typedef struct _DXGKARG_CREATEMEMORYBASIS {
  UINT             SegmentId;
  UINT64           RangeCount;
  DXGK_MEMORYRANGE Ranges[1];
} DXGKARG_CREATEMEMORYBASIS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkarg_creatememorybasis)

Description

The DXGKARG_CREATEMEMORYBASIS structure is an input parameter for DxgkDdiCreateMemoryBasis to use to create a memory basis.

Members

SegmentId

[in] The driver's segment ID.

RangeCount

[in] The number of ranges that this memory basis includes; that is, the number of ranges in Ranges's array.

Ranges[1]

Array of DXGK_MEMORYRANGE structures that describe the details for each range of the basis, including SegmentOffset and SizeInBytes.

Remarks

For more information, see Dirty bit tracking.

See also

DxgkDdiCreateMemoryBasis