_LINK_NODE
struct _LINK_NODE *pNext;
struct _LINK_NODE *pPrev;
struct _LINK_NODE * pHead; // track the link list the link is a member of