The instance of the preferences structure in memory can be changed with
the Intuition setprefs() function:
struct Preferences *SetPrefs(struct Preferences *preferences,
LONG size, BOOL inform);
In addition to a buffer holding the preferences structure, and the buffer
size, this function takes an argument which indicates whether an
idcmp_newprefs message should be broadcast to windows which have this flag
set in the window.idcmpflags field of their window.
Avoid Using setprefs().
-----------------------
This function is normally only used by Preferences-like utilities.
There should be no need for a normal application to set the system
Preferences with SetPrefs().