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
);
Parameter descriptions
keysToFetch

An array of preference keys for the values you wish to obtain.

applicationID

The ID of the application whose preferences you wish to search.

userName

The username whose preferences you wish to search.

hostName

The hostname whose preferences you wish to search.

function result

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.

AVAILABILITY

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)