Eric Pouech : ntdll/kernel32: Pipe information.
Module: wine Branch: refs/heads/master Commit: 1d6e2590e0318c622726c8f4bde05466a0bef25d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1d6e2590e0318c622726c8f4... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Fri May 26 12:10:11 2006 +0200 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 | 41 ++++++++++++++++++++-------------------- dlls/ntdll/file.c | 37 ++++++++++++++++++++++++++++++++---- include/winbase.h | 7 ++++--- include/wine/server_protocol.h | 5 +++-- include/winternl.h | 23 ++++++++++++++++++++-- server/named_pipe.c | 22 ++++++++++++++++++--- server/protocol.def | 3 ++- server/trace.c | 1 + 8 files changed, 102 insertions(+), 37 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=1d6e2590e0318c622726...
participants (1)
-
Alexandre Julliard