[1/4] ntdll: Implement FILE_PIPE_INFORMATION for NtQueryInformationFile.

Sebastian Lackner sebastian at fds-team.de
Tue Aug 12 14:29:47 CDT 2014


From: Adam Martinson <adam.r.martinson at gmail.com>

This is a subset of my current work-in-progress named pipe message mode
patches, see: http://bugs.winehq.org/show_bug.cgi?id=17195#c157

Please note that none of the patches in this series focuses on a specific
implementation of message mode pipes yet - whatever finally is used, we
always need the redirection kernel32 -> ntdll -> wineserver.

This first patch (by Adam Martinson) implements FILE_PIPE_INFORMATION
based on the existing get_named_pipe_info wineserver call.

---
 dlls/ntdll/file.c  |   22 ++++++++++++++++++++--
 include/winternl.h |   11 +++++++++++
 2 files changed, 31 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Implement-FILE_PIPE_INFORMATION-for-NtQueryInf.patch
Type: text/x-patch
Size: 3903 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140812/90bc79b4/attachment.bin>


More information about the wine-patches mailing list