FEA2 data structure.
typedef struct _FEA2LIST { ULONG cbList; /* Total bytes of structure including full list. */ FEA2 list[1]; /* Variable-length FEA2 structures. */ } FEA2LIST; typedef FEA2LIST * PFEA2LIST ;