<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ColorSync",
  "identifier" : "/documentation/ColorSync/ColorSyncIterateInstalledProfilesWithOptions(_:_:_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "ColorSync"
    ],
    "preciseIdentifier" : "c:@F@ColorSyncIterateInstalledProfilesWithOptions"
  },
  "title" : "ColorSyncIterateInstalledProfilesWithOptions(_:_:_:_:_:)"
}
-->

# ColorSyncIterateInstalledProfilesWithOptions(_:_:_:_:_:)

Iterates over the installed profiles, using the given options.

```
func ColorSyncIterateInstalledProfilesWithOptions(_ callBack: ColorSyncProfileIterateCallback?, _ seed: UnsafeMutablePointer<UInt32>?, _ userInfo: UnsafeMutableRawPointer?, _ options: CFDictionary?, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>?)
```

## Parameters

`callBack`

A pointer to a client-provided function (can be `NULL`).

`seed`

A pointer to a cache seed owned by the client.

`userInfo`

User-defined data passed to the callback.

`options`

A dictionary with iteration options, for example [`kColorSyncWaitForCacheReply`](/documentation/ColorSync/kColorSyncWaitForCacheReply) to wait for the cache to finish updating before returning.

`error`

On failure, a pointer to an error describing the problem. Optional.

---

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)