struct SECTION_OBJECT_POINTERS

typedef struct _SECTION_OBJECT_POINTERS
{
     PVOID DataSectionObject;
     PVOID SharedCacheMap;
     PVOID ImageSectionObject;
} SECTION_OBJECT_POINTERS, *PSECTION_OBJECT_POINTERS;

Windows Vista Kernel Structures