[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 USRINPTR                 Pointer to UsrIn Function                   pp 209

 Syntax:  UsrInPtr

 Type:    Pointer

 Form:    Pre-defined Variable

 Purpose: This is a pre-defined 32 bit pointer to the AuxIn function.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          AdrPtr  : ^Integer      ;  { Define a pointer of type PtrType }
          Segment : Integer       ;  { Segment value                    }
          Offset  : Integer       ;  { Offset value                     }

       BEGIN
          AdrPtr^ := UsrInPtr     ;  { Assign to our pointer           }
          Segment := Seg (AdrPtr) ;  { Get UsrInPtr segment             }
          Offset  := Ofs (AdrPtr) ;  { Get UsrInPtr offset              }
       END.

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