Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE
authorOve Kaaven <ovek@transgaming.com>
Tue, 17 Jul 2001 00:38:00 +0000 (00:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Jul 2001 00:38:00 +0000 (00:38 +0000)
commit705e7d708bab95f5f3277c2699ea44b01d9e1eab
tree8a0e77ba055b4868b5379b9905a81812dd6bdfa5
parent5f258c68f30fd958a15ad143272b552fdc2cde5c
Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE
when opening a named pipe if the pipe exists but no instances of it are
currently waiting for a connection.
include/winnt.h
server/named_pipe.c