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 );
The name of the user whose preferences you wish to search.
The name of the host whose preferences you wish to search.
The list of application IDs. You must release the returned values.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)