<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EndpointSecurity",
  "identifier" : "/documentation/EndpointSecurity/es_muted_processes_events(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Endpoint Security"
    ],
    "preciseIdentifier" : "c:@F@es_muted_processes_events"
  },
  "title" : "es_muted_processes_events(_:_:)"
}
-->

# es_muted_processes_events(_:_:)

Retrieve a list of all muted processes.

```
func es_muted_processes_events(_ client: OpaquePointer, _ muted_processes: UnsafeMutablePointer<UnsafeMutablePointer<es_muted_processes_t>?>) -> es_return_t
```

## Parameters

`client`

A previously-created client. If the call succeeds, the `processes` structure contains processes muted for this client.

`muted_processes`

On output, a structure that contains the muted processes. You must dispose of this memory by calling [`es_release_muted_processes(_:)`](/documentation/EndpointSecurity/es_release_muted_processes(_:)).

## Return Value

A value that indicates whether the request for muted processes succeeded or failed with an error.

## 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)