Finding Process id of a process that connected through Unix Socket on Windows

Viewed 21

Unix Socket ported to Windows platform not so long ago but is there any method to get process id of connected process on windows same way you do using getsockopt() on linux and darwin ?

0 Answers
Related