[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

The following are brief descriptions of the Intuition functions discussed
in this chapter.  See the Amiga ROM Kernel Reference Manual: Includes and
Autodocs for details on each function call.


               Table 11-1: Other Functions for Intuition
  _____________________________________________________________________
 |                                                                     |
 |     Function                 Description                            |
 |=====================================================================|
 |  AllocRemember()  Allocate memory and track the allocation.         |
 |   FreeRemember()  Free memory allocated with AllocRemember().       |
 |---------------------------------------------------------------------|
 |      LockIBase()  Lock IntuitionBase for reading.                   |
 |    UnlockIBase()  Unlock IntuitionBase when done reading.           |
 |---------------------------------------------------------------------|
 |    CurrentTime()  Get the system time in seconds and micro-seconds. |
 |       SetPrefs()  An Intuition internal function you should try to  |
 |                   avoid.                                            |
 |_____________________________________________________________________|