SCPreferencesPathGetValue(_:_:)
Returns the dictionary associated with the specified path.
Declaration
func SCPreferencesPathGetValue(_ prefs: SCPreferences, _ path: CFString) -> CFDictionary?Parameters
- prefs:
The preferences session.
- path:
The path.
Return Value
The dictionary associated with the specified path, or NULL if the path does not exist.