(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/intuition.h>
struct View * ViewAddress ()
LOCATION
In IntuitionBase at offset 49
SYNOPSIS
FUNCTION
Returns the address of the Intuition View structure. This view is needed if you want to use any of the graphics, text or animation functions in your window that need the pointer to the view structure.
INPUTS
None
RESULT
Address of the Intuition View structure
EXAMPLE
SEE ALSO
graphics.library
NOTES
BUGS
INTERNALS
HISTORY