CFPreferencesCopyKeyList

Header: CFPreferences.h Carbon status: Supported

Constructs and returns the list of all keys set in the specified domain.

CFArrayRef CFPreferencesCopyKeyList (
    CFStringRef appName, 
    CFStringRef userName, 
    CFStringRef hostName
);
Parameter descriptions
appName

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

userName

The name of the user whose preferences you wish to search.

hostName

The name of the host whose preferences you wish to search.

function result

The list of keys. You must release the returned value.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)