Source position: jwawinnt.pas line 5293
type TImageSymbolN = record
case Integer of
0: (
ShortName: array [0..7] of Byte;
);
1: (
Short: DWORD;
Long: DWORD;
2: (
LongName: array [0..1] of DWORD;
end;