CreateNamedPipe
-
Hello, i have a little problem with the interpretation of CreateNamedPipe(...) what exactly is the difference between the dwOpenMode flag FILE_FLAG_OVERLAPPED and the dwPipeMode flag PIPE_WAIT, and which of those is used if both are specified? Thanks in advance!!
-
Hello, i have a little problem with the interpretation of CreateNamedPipe(...) what exactly is the difference between the dwOpenMode flag FILE_FLAG_OVERLAPPED and the dwPipeMode flag PIPE_WAIT, and which of those is used if both are specified? Thanks in advance!!
hph wrote: what exactly is the difference between the dwOpenMode flag FILE_FLAG_OVERLAPPED and the dwPipeMode flag PIPE_WAIT... One relates to the calling thread, while the other relates to the pipe itself.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
hph wrote: what exactly is the difference between the dwOpenMode flag FILE_FLAG_OVERLAPPED and the dwPipeMode flag PIPE_WAIT... One relates to the calling thread, while the other relates to the pipe itself.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
See if these two help:* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/createnamedpipe.asp
-
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
-
See if these two help:* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/createnamedpipe.asp
-
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-