pipes

Named and Anonymous pipes.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: pipes

  • Windows

Table schema

Name Type Description
pid BIGINT Process ID of the process to which the pipe belongs
name TEXT Name of the pipe
instances INTEGER Number of instances of the named pipe
max_instances INTEGER The maximum number of instances creatable for this pipe
flags TEXT The flags indicating whether this pipe connection is a server or client end, and if the pipe for sending messages or bytes

Query examples

select * from pipes