struct BITMAP_RANGE

typedef struct _BITMAP_RANGE
{
     LIST_ENTRY Links;
     INT64 BasePage;
     ULONG FirstDirtyPage;
     ULONG LastDirtyPage;
     ULONG DirtyPages;
     ULONG * Bitmap;
} BITMAP_RANGE, *PBITMAP_RANGE;

Windows Vista Kernel Structures