(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/intuition.h>
struct Preferences * SetPrefs (prefbuffer , size , inform)
LOCATION
In IntuitionBase at offset 54
SYNOPSIS
struct Preferences * prefbuffer
LONG size
BOOL inform
FUNCTION
Sets 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.
inform
If TRUE, all windows with IDCMP_NEWPREFS IDCMPFlags set get an IDCMP_NEWPREFS message.
RESULT
Returns your parameter buffer.
EXAMPLE
SEE ALSO
GetDefPrefs(), GetPrefs()
NOTES
BUGS
INTERNALS
HISTORY
18.02.1999 hkiel
Added empty skeletons