---
title: "es_muted_processes(_:_:_:)"
framework: endpointsecurity
role: symbol
role_heading: Function
path: "endpointsecurity/es_muted_processes(_:_:_:)"
---

# es_muted_processes(_:_:_:)

Generates a list of muted processes.

## Declaration

```swift
func es_muted_processes(_ client: OpaquePointer, _ count: UnsafeMutablePointer<Int>, _ audit_tokens: UnsafeMutablePointer<UnsafeMutablePointer<audit_token_t>>?) -> es_return_t
```

## Parameters

- `client`: The client for which to generate a list of muted proceses.
- `count`: On return, the number of audit tokens generated.
- `audit_tokens`: On return, an array of audit tokens, each of which represents a muted process.

## Return Value

Return Value A value that indicates whether the request succeeded or failed with an error.

## Discussion

Discussion The caller handles freeing the memory pointed to by audit_token.

## See Also

### Deprecated Functions

- [es_mute_path_literal(_:_:)](endpointsecurity/es_mute_path_literal(_:_:).md)
- [es_mute_path_prefix(_:_:)](endpointsecurity/es_mute_path_prefix(_:_:).md)
