(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

LONG CloseWorkBench ()

LOCATION
In IntuitionBase at offset 13

SYNOPSIS

FUNCTION
Attempt to close the Workbench screen: - Check for open application windows. return FALSE if there are any - Clean up all special buffers - Close the Workbench screen - Make the Workbench program mostly inactive (disk activity will still be monitored) - Return TRUE

INPUTS
RESULT

EXAMPLE

SEE ALSO
OpenWorkBench()

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 hkiel
Modifications in "virtual" code (still disabled, because not fully functional)
16.01.1999 hkiel
Intial skeleton of functions