struct CHILD_LIST

typedef struct _CHILD_LIST
{
     ULONG Count;
     ULONG List;
} CHILD_LIST, *PCHILD_LIST;

Windows Vista Kernel Structures