typedef struct _POOL_BLOCK_HEAD { POOL_HEADER Header; LIST_ENTRY List; } POOL_BLOCK_HEAD, *PPOOL_BLOCK_HEAD;
Windows Vista Kernel Structures