CFPreferencesCopyApplicationList

Header: CFPreferences.h Carbon status: Supported

Constructs and returns the list of all applications that have preferences in the scope of the specified user and host.

CFArrayRef CFPreferencesCopyApplicationList (
    CFStringRef userName, 
    CFStringRef hostName
);
Parameter descriptions
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 application IDs. You must release the returned values.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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