(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/intuition.h>
void EndRequest (requester , window)
LOCATION
In IntuitionBase at offset 20
SYNOPSIS
struct Requester * requester
struct Window * window
FUNCTION
Remove a requester from the specified window. Other open requesters of this window stay alive.
INPUTS
requester
The requester to be deleted
window
The window to which the requester belongs
RESULT
None.
EXAMPLE
SEE ALSO
InitRequester(), Request()
NOTES
BUGS
INTERNALS
HISTORY
18.01.1999 hkiel
Initial skeleton of functions