[PATCH 3/6] Pass completion value to ntdll layer

Andrey Turkin andrey.turkin at gmail.com
Mon Sep 17 15:01:32 CDT 2007


    Certain win32 functions use apc_argument parameter of ntdll
layer to pass completion value down to a kernel (which implies that
completion routines and completion ports cannot be used together).
    An application can set event handle's lower bit to prohibit
completion event generation.
---
 dlls/kernel32/change.c |    6 +++++-
 dlls/kernel32/file.c   |   29 ++++++++++++++++++-----------
 dlls/kernel32/sync.c   |    4 +++-
 dlls/kernel32/vxd.c    |    5 +++--
 4 files changed, 29 insertions(+), 15 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 410251497c2fec9189b16644811d9a7ad73049e4.diff
Type: text/x-patch
Size: 7443 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070918/6324e79d/attachment.bin 


More information about the wine-patches mailing list