Record describing a pointer to a memory location.
Source position: objects.pp line 236
type PtrRec = packed record
Ofs: Word;
Pointer offset.
Seg: Word;
Pointer segment.
end;