commit | 07b681e04a19d9e95c1039c0a791608ef5897617 | [log] [tgz] |
---|---|---|
author | Bernhard Loos <bernhardloos@googlemail.com> | Thu Sep 29 11:21:14 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Oct 08 19:56:08 2011 +0200 |
tree | d77840108d33a0642e87636fe8520d73a0e542cb | |
parent | 9034e694a36df25fadd654c29a13bdd1444bbd6a [diff] [blame] |
ntdll: Implement the NamedPipeConfiguration value for the FilePipeLocalInformation class of NtQueryInformationFile.
diff --git a/server/named_pipe.c b/server/named_pipe.c index d6c1383..d720b17 100644 --- a/server/named_pipe.c +++ b/server/named_pipe.c
@@ -1026,6 +1026,7 @@ } reply->flags = server->pipe->flags; + reply->sharing = server->pipe->sharing; reply->maxinstances = server->pipe->maxinstances; reply->instances = server->pipe->instances; reply->insize = server->pipe->insize;