home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 13213 < prev    next >
Encoding:
Text File  |  1992-09-04  |  950 b   |  19 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!mineng.dmpe.CSIRO.AU!dmssyd.syd.dms.CSIRO.AU!metro!cs.uow.edu.au!u8800914
  3. From: u8800914@cs.uow.edu.au (Mohammad Salim Olime)
  4. Subject: HELP:TURBO C. Waking a TSR by calling an Interrupt
  5. Message-ID: <1992Sep4.060523.17745@cs.uow.edu.au>
  6. Summary: invoking TSR by an Interrupt and pass argument.
  7. Keywords: TSR
  8. Organization: Dept of Computer Science, Wollongong University, Australia
  9. Date: Fri, 4 Sep 1992 06:05:23 GMT
  10. Lines: 7
  11.  
  12. Normally TSRs are invoked by HOTKEYS But I need to do that inside a Turbo C 
  13. program. I would like to invoke the TSR when ever I wanted using interrupt
  14. rather than HOTKEYS and  be able to pass argument either by refernce or by
  15. value in other word I would like to pass a list which TSR can work on
  16. and then get the result back in some form when I wanted. 
  17. I would be most greatful if anyone can shade some light on the matter.
  18. With regards in advance.
  19.