Search code examples
windowsnamed-pipes

Generate name for Named Pipe


What is the "best way" to generate a name for a Windows named pipe so it will not conflict with other processes?


Solution

  • Use a GUID.........