Source position: jwawinnt.pas line 6882
type _IMAGE_FUNCTION_ENTRY64 = record
StartingAddress: ULONGLONG;
EndingAddress: ULONGLONG;
case Integer of
0: (
EndOfPrologue: ULONGLONG;
);
1: (
UnwindInfoAddress: ULONGLONG;
end;