Changing Preferences
Can anyone help me? I need to change the PREFERENCES within a C program.
The books I have all mention GetPrefs() and GetDefPrefs(). They say these
functions will load prefs info into a buffer that I set up. But what do
you do with this buffer once you have it? Don't you somehow have to set up
a structure of type=preferences and load the information into that? Then,
provided that's successful, what function do you call to actually change
these preferences?
Dave