typedef struct _BITMAP_RANGE
{
    LIST_ENTRY Links;
    __int64 BasePage;
    unsigned long FirstDirtyPage;
    unsigned long LastDirtyPage;
    unsigned long DirtyPages;
    unsigned long *Bitmap;
} BITMAP_RANGE, *PBITMAP_RANGE;