Source position: xshm.pp line 68
type TXShmSegmentInfo = record
shmseg: TShmSeg;
shmid: cint;
shmaddr: PAnsiChar;
readOnly: TBool;
end;