XGMemoryPageRange Structure

Represents a range of 64KB pages in the virtual address space of a layout.

Syntax

struct XGMemoryPageRange {
    UINT32 StartIndex;
    UINT32 PageCount;
};  

Members

StartIndex
Starting 64KB page index of the virtual address range within the layout.

PageCount
The number of 64KB pages in the virtual address range.

Remarks

This structure is used by the method XGMemoryLayout::GetEsramPageRanges.

Requirements

Header: Declared in xgmemory.h.