home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
- PRODUCT : TURBO PASCAL FOR THE MACINTOSH NUMBER : 434
- VERSION : 1.00a/1.1
- OS : SYSTEM 4.2/FINDER 6.0
- DATE : MAY 3, 1988 PAGE : 1/1
-
- TITLE : SHUTDOWN MANAGER
-
-
-
-
- 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;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-