[3/4] server: Implement set_named_pipe_info wineserver call for NtSetInformationFile/FilePipeInformation.

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


Based on patch by Adam Martinson.

This patch adds a new wineserver call set_named_pipe_info to change the properties
stored in server->pipe_flags or client->pipe_flags. This request is then used to
implement NtSetInformationFile(FilePipeInformation, ...)

Invalid combinations (like requesting read message mode when using a byte mode pipe)
are rejected with STATUS_INVALID_PARAMETER.

Requires ./tools/make_requests

---
 dlls/ntdll/file.c   |   23 +++++++++++++++++++++++
 server/named_pipe.c |   38 ++++++++++++++++++++++++++++++++++++++
 server/protocol.def |    7 ++++++-
 3 files changed, 67 insertions(+), 1 deletion(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-server-Implement-set_named_pipe_info-wineserver-call.patch
Type: text/x-patch
Size: 3767 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140812/59e0f8cd/attachment-0001.bin>


More information about the wine-patches mailing list