Source position: _crw_rtc.pas line 733
type TIntervalItem = packed record
Delta: Double;
Event: Integer;
Next: PIntervalItem;
end;