Source position: mselinklist.pas line 28
type doublelinkheaderty = record
lh: linkheaderty;
prev: PtrUInt;
end;