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

Andrey Turkin andrey.turkin at gmail.com
Thu Sep 27 15:04:07 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   |   33 ++++++++++++++++++++-------------
 dlls/kernel32/sync.c   |    4 +++-
 dlls/kernel32/vxd.c    |    5 +++--
 4 files changed, 31 insertions(+), 17 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a8e2bd92de7ea78b861afc47e24278a87aece47b.diff
Type: text/x-patch
Size: 7906 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070928/00d76929/attachment.bin 


More information about the wine-patches mailing list