(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/intuition.h>
ULONG LockIBase (What)
LOCATION
In IntuitionBase at offset 69
SYNOPSIS
ULONG What
FUNCTION
Locks Intuition. While you hold this lock, no fields of Intuition will change. Please release this as soon as possible.
INPUTS
What
Which fields of Intuition should be locked. The only allowed value for this is currently 0 which means to lock everything.
RESULT
The result of this function must be passed to UnlockIBase().
EXAMPLE
SEE ALSO
UnLockIBase()
NOTES
You *must not* call this function if you have any locks on other system resources like layers and LayerInfo locks.
BUGS
INTERNALS
HISTORY