Following the segment table, EXEHDR displays a table of exports if they exist. An example of this table is:
Exports:
ord seg offset name
1 3 0000 HELPWNDPROC exported
19 3 032e ICONWNDPROC exported
21 35 0000 PATHWNDPROC exported
5 30 0264 ANNOUPDATEDLG exported
8 33 0000 BOOKMARKDLG exported
The following list describes each heading in the Exports table:
ord
The ordinal number as specified in the @ord field in an EXPORTS statement in a module-definition file. If ord was not specified, this column entry is blank.
seg
The index of the segment where the exported name is defined.
offset
The offset in the segment where the exported name is defined.
name
The exported name of the routine plus all flags applied to the exported routine, as specified in the EXPORTS statement in the module-definition file.