[PATCH 2/2] Pass completion value to ntdll layer

Andrey Turkin andrey.turkin at gmail.com
Wed Sep 26 11:26:18 CDT 2007


    Certain win32 functions use apg_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   |   31 +++++++++++++++++++------------
 dlls/kernel32/sync.c   |    4 +++-
 dlls/kernel32/vxd.c    |    5 +++--
 4 files changed, 30 insertions(+), 16 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5b8c229676d23d83d212e8806b14affd1fcf92aa.diff
Type: text/x-patch
Size: 7877 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070926/104d577d/attachment.bin 


More information about the wine-patches mailing list