Contents

SCPreferencesApplyChanges(_:)

Requests that the currently stored configuration preferences be applied to the active configuration.

Declaration

func SCPreferencesApplyChanges(_ prefs: SCPreferences) -> Bool

Parameters

  • prefs:

    The preferences session.

Return Value

TRUE if the lock was obtained; FALSE if an error occurred.

See Also

Applying and Committing Changes