(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

struct Preferences * GetPrefs (prefbuffer , size)

LOCATION
In IntuitionBase at offset 22

SYNOPSIS
struct Preferences * prefbuffer
WORD size

FUNCTION
Gets a copy of the current Preferences structure.

INPUTS
prefbuffer
The buffer which contains your settings for the preferences.
size
The number of bytes of the buffer you want to be copied.

RESULT
Returns your parameter buffer.

EXAMPLE

SEE ALSO
GetDefPrefs(), SetPrefs()

NOTES

BUGS

INTERNALS

HISTORY
18.02.1999 hkiel
Added empty skeletons