[PATCH 1/6] ntdll: Add setting FileIoCompletionNotificationInformation implementation.

Jacek Caban jacek at codeweavers.com
Thu Oct 25 07:03:03 CDT 2018


From: Sebastian Lackner <sebastian at fds-team.de>

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38960
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

We could consider introducing a generic request NtSetInformationFile
(like we do for NtQueryInformationFile) instead. A few existing request
could easily use that instead of dedicated server request.


 dlls/ntdll/file.c       | 19 +++++++++++++++++++
 dlls/ntdll/tests/file.c | 11 +++++++----
 server/fd.c             | 25 ++++++++++++++++++++++++-
 server/protocol.def     |  7 +++++++
 4 files changed, 57 insertions(+), 5 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Add-setting-FileIoCompletionNotificationInforma.diff
Type: text/x-patch
Size: 6023 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20181025/4b730fa9/attachment.bin>


More information about the wine-devel mailing list