FEA2LIST

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 ;


[Back: FEA2 Field - szName[1]]
[Next: FEA2LIST Field - cbList]