home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / NETMAIL / MSGQ160S.ZIP / EXECSWAP.H < prev    next >
Encoding:
Text File  |  1991-07-28  |  445 b   |  16 lines

  1. /*
  2.  * Execswap.h
  3.  */
  4.  
  5. /*
  6.  * path is the name to swap to as a Pascal string
  7.  * cmdstr is the command line as a Pascal string
  8.  */
  9.  
  10. unsigned int pascal ExecWithSwap(char far *path, char far *cmdstr);
  11. unsigned char pascal InitExecSwap(void far *lasttosave, char far *swapfilename);
  12. void pascal ShutdownExecSwap(void);
  13. long pascal BytesSwapped(void);
  14. unsigned char pascal EmsAllocated(void);
  15. unsigned char pascal FileAllocated(void);
  16.