es_muted_processes(_:_:_:)
Generates a list of muted processes.
Declaration
func es_muted_processes(_ client: OpaquePointer, _ count: UnsafeMutablePointer<Int>, _ audit_tokens: UnsafeMutablePointer<UnsafeMutablePointer<audit_token_t>>?) -> es_return_tParameters
- 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
A value that indicates whether the request succeeded or failed with an error.
Discussion
The caller handles freeing the memory pointed to by audit_token.