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