(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/intuition.h>
struct Preferences * GetDefPrefs (prefbuffer , size)
LOCATION
In IntuitionBase at offset 21
SYNOPSIS
struct Preferences * prefbuffer
WORD size
FUNCTION
Gets a copy of the Intuition default 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
GetPrefs(), SetPrefs()
NOTES
BUGS
INTERNALS
HISTORY
18.02.1999 hkiel
Added empty skeletons