I have a Win32 Server Program which creates many pipes.I know that, name of the pipe will be having a standard format and cannot be changed.Pipe name creation will be as follows,
I know that, name of the pipe will be having a standard format and cannot be changed.
That's new to me. The name of the pipe can be changed alright once both server and client sides agree on new name.
Now my question is, can we create a named pipe dynamically, means creating a pipe during run time.
Hope my qustion is somewhat clear.
No your question is not. Actually the code you quoted already is dynamic pipe creation. So what made you think it's not dynamic? or it's not a creation?
Bookmarks