---
title: ES_EVENT_TYPE_NOTIFY_FCNTL
framework: endpointsecurity
role: symbol
role_heading: Global Variable
path: endpointsecurity/es_event_type_notify_fcntl
---

# ES_EVENT_TYPE_NOTIFY_FCNTL

An identifier for a process that notifies endpoint security that it is manipulating a file descriptor.

## Declaration

```swift
var ES_EVENT_TYPE_NOTIFY_FCNTL: es_event_type_t { get }
```

## Discussion

Discussion This identifier corresponds to the es_events_t union member fcntl, which has the type es_event_fcntl_t.

## See Also

### Notification Event Types

- [ES_EVENT_TYPE_NOTIFY_ACCESS](endpointsecurity/es_event_type_notify_access.md)
- [ES_EVENT_TYPE_NOTIFY_CHDIR](endpointsecurity/es_event_type_notify_chdir.md)
- [ES_EVENT_TYPE_NOTIFY_CHROOT](endpointsecurity/es_event_type_notify_chroot.md)
- [ES_EVENT_TYPE_NOTIFY_CLONE](endpointsecurity/es_event_type_notify_clone.md)
- [ES_EVENT_TYPE_NOTIFY_CLOSE](endpointsecurity/es_event_type_notify_close.md)
- [ES_EVENT_TYPE_NOTIFY_COPYFILE](endpointsecurity/es_event_type_notify_copyfile.md)
- [ES_EVENT_TYPE_NOTIFY_CREATE](endpointsecurity/es_event_type_notify_create.md)
- [ES_EVENT_TYPE_NOTIFY_CS_INVALIDATED](endpointsecurity/es_event_type_notify_cs_invalidated.md)
- [ES_EVENT_TYPE_NOTIFY_DELETEEXTATTR](endpointsecurity/es_event_type_notify_deleteextattr.md)
- [ES_EVENT_TYPE_NOTIFY_DUP](endpointsecurity/es_event_type_notify_dup.md)
- [ES_EVENT_TYPE_NOTIFY_EXCHANGEDATA](endpointsecurity/es_event_type_notify_exchangedata.md)
- [ES_EVENT_TYPE_NOTIFY_EXEC](endpointsecurity/es_event_type_notify_exec.md)
- [ES_EVENT_TYPE_NOTIFY_EXIT](endpointsecurity/es_event_type_notify_exit.md)
- [ES_EVENT_TYPE_NOTIFY_FILE_PROVIDER_MATERIALIZE](endpointsecurity/es_event_type_notify_file_provider_materialize.md)
- [ES_EVENT_TYPE_NOTIFY_FILE_PROVIDER_UPDATE](endpointsecurity/es_event_type_notify_file_provider_update.md)
