Function es_mute_process

Source
pub unsafe extern "C" fn es_mute_process(
    client: *mut es_client_t,
    audit_token: *const audit_token_t,
) -> es_return_t
Available on macOS only.
Expand description

Suppress all events from the process described by the given audit_token

  • client: The client for which events will be suppressed
  • audit_token: The audit token of the process for which events will be suppressed

See es_mute_process_events()