Document Revision History

This table describes the changes to CFPreferences.

DateNotes
2010-05-12

Orginal code used NULL callbacks with CFArrayCreate; this was causing problems when the array was later copied. Updated source to use &kCFTypeArrayCallBacks.

2003-01-14

Shows how to use the CFPreferences APIs to access user preferences.