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

# es_event_remote_thread_create_t

A type for an event that indicates an attempt by one process to create a thread in another process.

## Declaration

```swift
struct es_event_remote_thread_create_t
```

## Topics

### Inspecting Event Properties

- [target](endpointsecurity/es_event_remote_thread_create_t/target.md)
- [thread_state](endpointsecurity/es_event_remote_thread_create_t/thread_state.md)
- [es_thread_state_t](endpointsecurity/es_thread_state_t.md)
- [reserved](endpointsecurity/es_event_remote_thread_create_t/reserved.md)

### Initializers

- [init(target:thread_state:reserved:)](endpointsecurity/es_event_remote_thread_create_t/init(target:thread_state:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Interprocess Events

- [es_event_proc_suspend_resume_t](endpointsecurity/es_event_proc_suspend_resume_t.md)
- [es_event_trace_t](endpointsecurity/es_event_trace_t.md)
