(C) 1998 AROS - The Amiga Research OS


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

APTR AllocRemember (rememberKey , size , flags)

LOCATION
In IntuitionBase at offset 66

SYNOPSIS
struct Remember ** rememberKey
ULONG size
ULONG flags

FUNCTION
Allocate some memory and remeber it in the Remeber-List.

INPUTS
rememberKey
Store information in this list
size
How many bytes to allocate
flags
Attributes (see AllocMem())

RESULT
Pointer to the allocated memory or NULL.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY