struct LIST_ENTRY64

typedef struct 
{
     UINT64 Flink;
     UINT64 Blink;
} LIST_ENTRY64, *PLIST_ENTRY64;

Windows Vista Kernel Structures