(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void UnlockIBase (ibLock)

LOCATION
In IntuitionBase at offset 70

SYNOPSIS
ULONG ibLock

FUNCTION
Release parts of Intuition which have been blocked with a prior call to LockIBase().

INPUTS
ibLock
The result of LockIBase().

RESULT
None.

EXAMPLE

SEE ALSO
LockIBase()

NOTES

BUGS

INTERNALS

HISTORY