Source position: jwawinnt.pas line 5614
type TImgRelocUnion = record
case Integer of
0: (
VirtualAddress: DWORD;
);
1: (
RelocCount: DWORD;
end;