[KERNEL32]: Rewrite the File Change Notification APIs since they were pretty much...
authorAlex Ionescu <aionescu@gmail.com>
Tue, 21 Feb 2012 23:27:45 +0000 (23:27 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 21 Feb 2012 23:27:45 +0000 (23:27 +0000)
commitaf5c7e93983844b4c451af16db4856a508b45dae
tree03411cc45b360633bbd87fbb532383bcb3ac396c
parentcf3fb86313a458004248647cbb2f3598be1cfd1f
[KERNEL32]: Rewrite the File Change Notification APIs since they were pretty much wrong (not surprising as we don't implement the functionality in the kernel/filesystems).
[KERNEL32]: Enable support for asynchronous I/O callbacks with SxS/Fusion activation context support. Right now only added to the file Change notification APIs, but ReadFileEx and WriteFileEx should use them too.

svn path=/trunk/; revision=55801
reactos/dll/win32/kernel32/client/file/cnotify.c
reactos/dll/win32/kernel32/include/kernel32.h
reactos/dll/win32/kernel32/wine/actctx.c