<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/SCDynamicStoreCallBack",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@T@SCDynamicStoreCallBack"
  },
  "title" : "SCDynamicStoreCallBack"
}
-->

# SCDynamicStoreCallBack

Callback used when notification of changes made to the dynamic store is delivered.

```
typealias SCDynamicStoreCallBack = (SCDynamicStore, CFArray, UnsafeMutableRawPointer?) -> Void
```

## Topics

### Fields

[store](/documentation/SystemConfiguration/1807875-store)

The dynamic store session.

[changedKeys](/documentation/SystemConfiguration/1807876-changedkeys)

The list of changed keys.

[info](/documentation/SystemConfiguration/1807877-info)

A C pointer to a user-specified block of data.



---

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)