vote up 0 vote down star

Is there some WinAPI call which would tell me who (which process) has created the named pipe?

Note: Asking this questions, I have a feeling it "smells" somehow, and a proper design will be to communicate the process ID/handle using other means, however getting this information from the pipe itself would be simpler, and therefore if there is such API, I would probably still use it.

flag

1  
no guarantee that a parent process exists anyway, because named pipes could have been created on another computer – jn Jul 22 at 15:33

1 Answer

vote up 1 vote down check

No, there isn't. And you are right about the smell.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.