Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> usroutptr pointer to usrout function pp 209</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 USROUTPTR                Pointer to UsrOut Function                  pp 209

 Syntax:  UsrOutPtr

 Type:    Pointer

 Form:    Pre-defined Variable

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


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


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

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

See Also: UsrInPtr

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson