struct LIST_ENTRY32

typedef struct 
{
     ULONG Flink;
     ULONG Blink;
} LIST_ENTRY32, *PLIST_ENTRY32;

Windows Vista Kernel Structures