'How to see who created a Windows NamedPipe

Is there a way to see who created Windows named pipes?
I used the Windows Sysinternal Pipelist but it just shows the pipes and not who created them.
I wanted to see who is the creator of each pipe on the system.

For example, I tried to see the named pipe docker_engine_linux. I used Process Hacker to see who created it but it just showed me three processes that use it:

enter image description here

I can use API Monitor to search who calls CreateNamedPipeA but I wanted to know if there is a way to check it without hooking it, after it was created already.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source