---
title: es_event_proc_check_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_proc_check_t
---

# es_event_proc_check_t

A type that indicates the call used and the data returned when a process checks on the access of the target process.

## Declaration

```swift
struct es_event_proc_check_t
```

## Topics

### Inspecting Event Properties

- [flavor](endpointsecurity/es_event_proc_check_t/flavor.md)
- [target](endpointsecurity/es_event_proc_check_t/target.md)
- [type](endpointsecurity/es_event_proc_check_t/type.md)
- [es_proc_check_type_t](endpointsecurity/es_proc_check_type_t.md)
- [reserved](endpointsecurity/es_event_proc_check_t/reserved.md)

### Initializers

- [init()](endpointsecurity/es_event_proc_check_t/init().md)
- [init(target:type:flavor:reserved:)](endpointsecurity/es_event_proc_check_t/init(target:type:flavor:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Process Event Types

- [es_event_chdir_t](endpointsecurity/es_event_chdir_t.md)
- [es_event_chroot_t](endpointsecurity/es_event_chroot_t.md)
- [es_event_exec_t](endpointsecurity/es_event_exec_t.md)
- [es_event_fork_t](endpointsecurity/es_event_fork_t.md)
- [es_event_signal_t](endpointsecurity/es_event_signal_t.md)
- [es_event_exit_t](endpointsecurity/es_event_exit_t.md)
