struct CM_VIEW_OF_FILE

typedef struct _CM_VIEW_OF_FILE
{
     LIST_ENTRY MappedViewLinks;
     LIST_ENTRY PinnedViewLinks;
     LIST_ENTRY FlushedViewLinks;
     PCMHIVE CmHive;
     PVOID Bcb;
     PVOID ViewAddress;
     ULONG FileOffset;
     ULONG Size;
     ULONG UseCount;
} CM_VIEW_OF_FILE, *PCM_VIEW_OF_FILE;

Windows Vista Kernel Structures