home *** CD-ROM | disk | FTP | other *** search
-
- The calls to the ShutDown Manager where implemented after the
- release of version 1.1 of Turbo Pascal. The description of these
- routines are listed in Volume V of Inside Macintosh. The calls
- can be implemented as follows:
-
- - PROCEDURE ShutDwnPower; INLINE $3F3C, $0001, $A895;
- - PROCEDURE ShutDwnStart; INLINE $3F3C, $0002, $A895;
- - PROCEDURE ShutDwnInstall ( shutDwnProc : ProcPtr; flags :
- INTEGER );
- INLINE $3F3C, $0003, $A895;
- - PROCEDURE ShutDwnRemove ( shutDwnProc : ProcPtr );
- INLINE $3F3C, $0004, $A895;
-