Source position: ptceventqueue.pp line 44
type TEventLinkedList = record
Event: IPTCEvent;
Next: PEventLinkedList;
end;