Up ] Docs Home ]

Format of new executable resource entry

Back ] Next ]

Offset Size Description

00h

WORD

offset in alignment units from start of file to contents of the resource data

02h

WORD

length of resource image in bytes

04h

WORD

flags
bit 4 : moveable
bit 5 : shareable
bit 6 : preloaded

06h

WORD

resource ID
>= 8000h if integer resource
else offset from start of resource table to resource string

08h

DWORD

reserved for runtime use

Note:

Resource type and name strings are stored immediately following the resource table, and are not null-terminated.
Strings are counted strings, with a string of length 0 indicating the end of the resource table.

See Also:

#01605,#01607