Preferences Interface
IntroductionProvides APIs for Preferences information. Functions
CFPreferencesCopyAppValue_compatCopies/gets a platform-specific property CFPropertyListRef CFPreferencesCopyAppValue_compat( CFStringRef inKey, CFStringRef inAppID ); ParametersReturn ValueCFPropertyList containing the value of the property specified. DiscussionThe following properties need to be handled:
inKey type
----- ------
- kAirPlayPrefKey_PlayPassword CFSTR
Return the Airplay Play Password.
CFPreferencesSetAppValue_compatSets a platform-specific property void CFPreferencesSetAppValue_compat( CFStringRef inKey, CFPropertyListRef inValue, CFStringRef inAppID ); ParametersReturn ValueNone DiscussionThe following properties need to be handled:
inKey type
----- ------
- kAirPlayPrefKey_PlayPassword CFSTR
Set the Airplay Play Password.
Typedefs |