ntdll/kernel32: Pipe information.
commit1d6e2590e0318c622726c8f4bde05466a0bef25d
authorEric Pouech <eric.pouech@wanadoo.fr>
Fri, 26 May 2006 10:10:11 +0000 (26 12:10 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 27 May 2006 10:31:01 +0000 (27 12:31 +0200)
tree69d033fcb98bc20773ede01143437b4589c295fb
parent473ce80fa25a94121c08f1a2cc24c78ab4c37bd2
ntdll/kernel32: Pipe information.

- implemented ntdll.NtQueryInformationFile's FilePipeLocalInformation control code
- reimplemented kernel32.GetNamedPipeInfo on top of it
- enhance current features to make this work both on client and server handles
- now also returning the number of instances
dlls/kernel/sync.c
dlls/ntdll/file.c
include/winbase.h
include/wine/server_protocol.h
include/winternl.h
server/named_pipe.c
server/protocol.def
server/trace.c