Contents

es_events_t

A C union of event-specific types.

Declaration

struct es_events_t

Overview

Each event monitored by Endpoint Security delivers different properties to clients. For example, a file-renaming event provides source and target paths, while a process-forking event provides the process identifier of the new child process. This C union represents each kind of event as a unique member, each with a type specific to the kind of data it contains.

Topics

File-System Events

File Metadata Events

File Provider Events

Symbolic Link Events

File System Mounting Events

Memory Mapping Events

Process Events

Interprocess Events

Task Port Events

User and Group ID Events

Code Signing Events

Socket Events

Clock Events

Kernel Events

Pseudoterminal Events

Initializers

Instance Properties

See Also

Identifying the Matched Event