Represents a range of 64KB pages in the virtual address space of a layout.
struct XGMemoryPageRange {
UINT32 StartIndex;
UINT32 PageCount;
};
StartIndex
Starting 64KB page index of the virtual address range within the layout.
PageCount
The number of 64KB pages in the virtual address range.
This structure is used by the method XGMemoryLayout::GetEsramPageRanges.
Header: Declared in xgmemory.h.