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/protocol.def b/server/protocol.def index 71524a4..bec2e3c 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -2208,6 +2208,7 @@ obj_handle_t handle; @REPLY unsigned int flags; + unsigned int sharing; unsigned int maxinstances; unsigned int instances; unsigned int outsize;