home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / HotKeys / HKRESTRT.DPR < prev    next >
Text File  |  1998-08-24  |  160b  |  8 lines

  1. program Hkrestrt;
  2.  
  3. function ExitWindows(ReturnCode: LongInt; Reserved: Word): WordBool; far; external 'USER' index 7;
  4.  
  5. begin
  6.   ExitWindows($42, 0);
  7. end.
  8.