The AccelTableEntry structure describes the data in an individual accelerator table resource.
struct AccelTableEntry { WORD fFlags; WORD wAnsi; WORD wId; WORD padding; };
Remarks
The AccelTableEntry structure is repeated for all accelerator table entries in the resource. The last entry in the table is flagged with the value 0x0080. You can compute the number of elements in the table if you divide the length of the resource by eight. Then your application can randomly access the individual fixed-length entries.