(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/layers.h>
#include <>

void LockLayer (dummy , layer)

LOCATION
In LayersBase at offset 16

SYNOPSIS
LONG dummy
struct Layer * layer

FUNCTION
Locks a layer for exclusive access by this task. A layer can be locked multiple times but has to be unlocked as many times as it has been locked so that other tasks can access it.

INPUTS
layer
pointer to layer to be locked

RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.02.1999 bergers
Added text to autodocs. Bugfixes. Fixed some typos in docs.
19.10.1998 ldp
Amiga Research OS
08.07.1997 ldp
Added to CVS