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

# es_proc_check_type_t

The type of call used when a process checks on the access of the target process.

## Declaration

```swift
struct es_proc_check_type_t
```

## Overview

Overview This value provides detail, in coordination with flavor from es_event_proc_check_t, to identify the functions and the type of data returned from checks called in libproc.h.

## Topics

### Process Check Result Types

- [ES_PROC_CHECK_TYPE_DIRTYCONTROL](endpointsecurity/es_proc_check_type_dirtycontrol.md)
- [ES_PROC_CHECK_TYPE_LISTPIDS](endpointsecurity/es_proc_check_type_listpids.md)
- [ES_PROC_CHECK_TYPE_PIDFDINFO](endpointsecurity/es_proc_check_type_pidfdinfo.md)
- [ES_PROC_CHECK_TYPE_PIDFILEPORTINFO](endpointsecurity/es_proc_check_type_pidfileportinfo.md)
- [ES_PROC_CHECK_TYPE_PIDINFO](endpointsecurity/es_proc_check_type_pidinfo.md)
- [ES_PROC_CHECK_TYPE_PIDRUSAGE](endpointsecurity/es_proc_check_type_pidrusage.md)
- [ES_PROC_CHECK_TYPE_SETCONTROL](endpointsecurity/es_proc_check_type_setcontrol.md)

### Deprecated Result Types

- [ES_PROC_CHECK_TYPE_KERNMSGBUF](endpointsecurity/es_proc_check_type_kernmsgbuf.md)
- [ES_PROC_CHECK_TYPE_TERMINATE](endpointsecurity/es_proc_check_type_terminate.md)
- [ES_PROC_CHECK_TYPE_UDATA_INFO](endpointsecurity/es_proc_check_type_udata_info.md)

### Initializers

- [init(_:)](endpointsecurity/es_proc_check_type_t/init(_:).md)
- [init(rawValue:)](endpointsecurity/es_proc_check_type_t/init(rawvalue:).md)

### Instance Properties

- [rawValue](endpointsecurity/es_proc_check_type_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### 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)
- [reserved](endpointsecurity/es_event_proc_check_t/reserved.md)
