Format of new executable resource data:
Offset Size Description )
00h WORD alignment shift count for resource data
02h N RECORDs resources
Format of resource record:
Offset Size Description
00h WORD type ID
0000h if end of resource records
>= 8000h if integer type
else offset from start of resource table to type string
02h WORD number of resources of this type
04h DWORD reserved for runtime use
08h N Resources (see #01606)
Note: resource type and name strings are stored immediately following the
resource table, and are not null-terminated
SeeAlso: #01606