Resource list structure.
ULONG Count; RESOURCESTRUCT Resource[1];
typedef struct
typedef struct _RESOURCELIST { ULONG Count; RESOURCESTRUCT Resource[1]; } RESOURCELIST; typedef RESOURCELIST * PRESOURCELIST ;