mirror of
https://github.com/hunters-forge/OSSEM
synced 2026-06-08 14:44:11 +00:00
645 B
645 B
pipe
Event fields used to define/normalize metadata about pipes being created or connected for inter-process communication locally or remotely.
Attributes
| Name | Type | Description | Sample Value |
|---|---|---|---|
| pipe_flags | string | The flags indicating whether this pipe connection is a server or client end, and if the pipe for sending messages or bytes | `````` |
| pipe_instances | integer | Number of instances of the named pipe | `````` |
| pipe_max_instances | integer | The maximum number of instances creatable for this pipe | `````` |
| pipe_name | string | name of pipe created or connected | \srvsvc |