SCPreferencesPathSetValue(_:_:_:)
Associates the specified dictionary with the specified path.
Declaration
func SCPreferencesPathSetValue(_ prefs: SCPreferences, _ path: CFString, _ value: CFDictionary) -> BoolParameters
- prefs:
The preferences session.
- path:
The path.
- value:
The dictionary of data to be stored at the path.
Return Value
TRUE if successful; otherwise, FALSE.