- fixed DeviceIoControl to properly wait on completion for synchronous operations
authorThomas Bluemel <thomas@reactsoft.com>
Fri, 6 May 2005 15:55:28 +0000 (15:55 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Fri, 6 May 2005 15:55:28 +0000 (15:55 +0000)
commitf16e5b9e1d5bcfc983da3bffdcceaca48bd9251f
tree3d8656ef61c2eba93e3b18374d6a457a7e7fe19a
parent496308ed568309d9d02043b8221d5c0acc749c74
- fixed DeviceIoControl to properly wait on completion for synchronous operations
- prevent completion port notification by not passing an APC context to the kernel when the low-order bit of the event handle is set (for asynchronous operations)

svn path=/trunk/; revision=15045
reactos/lib/kernel32/file/deviceio.c