[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Ptr                      Returns a Pointer to a Specific Address

 Ptr(SegAddr,OffsetAdr : Integer) : <pointer>;

    Returns a 32-bit pointer to the specified segment and offset address.
    The result can be assigned to any pointer variable.

         SegAddr    Segment address.

          Offset    Offset address within segment.

  -------------------------------- Example ---------------------------------

           IPtr := Ptr(Seg(I),Ofs(I));

See Also: Seg Ofs Addr
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson