struct HMAP_ENTRY

typedef struct _HMAP_ENTRY
{
     ULONG BlockAddress;
     ULONG BinAddress;
     PCM_VIEW_OF_FILE CmView;
     ULONG MemAlloc;
} HMAP_ENTRY, *PHMAP_ENTRY;

Windows Vista Kernel Structures