Contents

SCPreferencesPathRemoveValue(_:_:)

Removes the data associated with the specified path.

Declaration

func SCPreferencesPathRemoveValue(_ prefs: SCPreferences, _ path: CFString) -> Bool

Parameters

  • prefs:

    The preferences session.

  • path:

    The path.

Return Value

TRUE if successful; otherwise, FALSE.

See Also

Getting or Removing Information Associated with a Path