SCPreferencesUnlock(_:)
Releases exclusive access to the configuration preferences.
Declaration
func SCPreferencesUnlock(_ prefs: SCPreferences) -> BoolParameters
- prefs:
The preferences session.
Return Value
TRUE if the lock was obtained; FALSE if an error occurred.
Discussion
After exclusive access has been released, other clients can establish exclusive access to the preferences.