There are two preferences databases. One gets saved during HotSync, the other
does not. The boolean specifies which database you want to use. In general, you
should select false. Or, if you select true, make sure that you update the
database ONLY when the data in it has changed. The whole idea is to reduce
HotSync times by preventing changes to the preference database that gets saved.
-- Keith
Paul Nevai <[EMAIL PROTECTED]> on 03/26/2000 03:27:17 PM
Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent by: Paul Nevai <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
cc: (Keith Rollin/HQ/3Com)
Subject: PrefSetAppPreferences
Could you please explain me the difference between [true vs false]
PrefSetAppPreferences (sysFileCMemo, memoPrefID, memoPrefsVersionNum, &prefs,
sizeof (MemoPreferenceType), true);
and
PrefSetAppPreferences (sysFileCMemo, memoPrefID, memoPrefsVersionNum, &prefs,
sizeof (MemoPreferenceType), false);
I am probably brain dead but I can't understand what the Palm PS Reference
says: If true, set the saved preferences. If not, set the current
preferences. What does this mean? Thanks! Best regards, Paul
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palm.com/devzone/mailinglists.html
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html