The binary resource file created by the Resource Compiler consists of one or more resource entries, each in the following form:
struct {
UCHAR fResType;
USHORT usResType;
union {
struct {
UCHAR fResID;
USHORT resid;
};
UCHAR resname[];
};
USHORT fsOptions;
ULONG cb;
BYTE bytes[1];
};
The fields in each entry have the following meanings:
fRestype
RT_ACCELTABLE
0x0010
Note: There is a size limitation of 65280 bytes for a binary resource file.