<!--
{
  "availability" : [
    "macOS: 10.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/SCDynamicStoreSetMultiple(_:_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@F@SCDynamicStoreSetMultiple"
  },
  "title" : "SCDynamicStoreSetMultiple(_:_:_:_:)"
}
-->

# SCDynamicStoreSetMultiple(_:_:_:_:)

Updates multiple values in the dynamic store.

```
func SCDynamicStoreSetMultiple(_ store: SCDynamicStore?, _ keysToSet: CFDictionary?, _ keysToRemove: CFArray?, _ keysToNotify: CFArray?) -> Bool
```

## Parameters

`store`

The dynamic store session.

`keysToSet`

A dictionary of key-value pairs to add to the dynamic store.

`keysToRemove`

An array of keys to remove from the dynamic store.

`keysToNotify`

An array of keys to flag as changed (without changing their values).

## Return Value

`TRUE` if the dynamic store updates were successful; otherwise, `FALSE`.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)