5.57 ENTINFLIST

ENTINFLIST is a concrete type for a list of ENTINF entries.

 typedef struct ENTINFLIST {
   struct ENTINFLIST* pNextEntInf;
   ENTINF Entinf;
 } ENTINFLIST;

pNextEntInf: The next ENTINFLIST in the sequence, or null.

Entinf: An ENTINF entry.