CFPreferencesCopyMultiple |
||||
Header: | CFPreferences.h | Carbon status: | Under Evaluation | |
Convenience function that allows you to obtain multiple preference values.
CFDictionaryRef CFPreferencesCopyMultiple ( CFArrayRef keysToFetch, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName );
An array of preference keys for the values you wish to obtain.
The ID of the application whose preferences you wish to search.
The username whose preferences you wish to search.
The hostname whose preferences you wish to search.
The preference data for the specified domain. The data is returned as a Core Foundation dictionary data type. If the no values were located, NULL is returned. You must release the returned values.
Under evaluation for Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1CarbonLib 1.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)