home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / MISCTI10.ZIP / TI434.ASC < prev    next >
Encoding:
Text File  |  1988-05-05  |  548 b   |  14 lines

  1.  
  2. The calls to the ShutDown Manager where implemented after the
  3. release of version 1.1 of Turbo Pascal. The description of these
  4. routines are listed in Volume V of Inside Macintosh. The calls
  5. can be implemented as follows:
  6.  
  7.     - PROCEDURE ShutDwnPower; INLINE $3F3C, $0001, $A895;
  8.     - PROCEDURE ShutDwnStart; INLINE $3F3C, $0002, $A895;
  9.     - PROCEDURE ShutDwnInstall ( shutDwnProc : ProcPtr; flags :
  10. INTEGER );
  11.                          INLINE $3F3C, $0003, $A895;
  12.     - PROCEDURE ShutDwnRemove ( shutDwnProc : ProcPtr );
  13.                          INLINE $3F3C, $0004, $A895;
  14.