- NtQueryDirectoryFile:
authorAlex Ionescu <aionescu@gmail.com>
Mon, 3 Jul 2006 02:50:16 +0000 (02:50 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 3 Jul 2006 02:50:16 +0000 (02:50 +0000)
commit0ffb1da110a2e710d714bf7b62eac44c74e78388
tree9671f03b2d32846abdb182f864df757d9cde3a95
parent933ef1952dfc883dbb42ce0191d2c6642389499a
- NtQueryDirectoryFile:
  - Setup a buffer/MDL and the correct IRP flags so that that I/O manager can handle allocation, copy, free for us.
  - Setup the search pattern as an auxiliary buffer so that the I/O Mgr can track that one for us as well.
  - Update to use the correct sync semantics/routines.
  - Use deferred I/O completion.
- Outline TODOs and workplan for iofunc.c

svn path=/trunk/; revision=22791
reactos/ntoskrnl/io/iomgr/iofunc.c