struct DUAL

typedef struct _DUAL
{
     ULONG Length;
     PHMAP_DIRECTORY Map;
     PHMAP_TABLE SmallDir;
     ULONG Guard;
     FREE_DISPLAY FreeDisplay[24];
     ULONG FreeSummary;
     LIST_ENTRY FreeBins;
} DUAL, *PDUAL;

Windows Vista Kernel Structures