CFPreferencesGetAppBooleanValue |
||||
Header: | CFPreferences.h | Carbon status: | Under Evaluation | |
Convenience function that directly obtains a boolean preference value for the specified key.
Boolean CFPreferencesGetAppBooleanValue ( CFStringRef key, CFStringRef applicationID, Boolean *keyExistsAndHasValidFormat );
The preference key whose value you wish to obtain. The key must specify a preference whose value is of type Boolean.
The identifier of the application whose preferences you wish to search, typically kCFPreferencesCurrentApplication. Do not pass NULL or kCFPreferencesAnyApplication.
On return, indicates whether the preference value for the specified key was located and found to be of type Boolean.
The preference data for the specified key and application. If no value was located, FALSE is returned.
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)