Traversing Directories in Kernel Mode
Tech-Archive recommends: Fix windows errors by optimizing your registry
HI All,
How to traverse through the directories in windows in kernel mode. I
want to list all the files and subdirectories. I opened a handle of
Directory using ZwCreateFile, But I am not able to do a read operation
on the Handle returned. It is giving "STATUS_INVALID_DEVICE_REQUEST"
error. Can I use ZwQueryInfrrmationFile or is there any other method
available for this.
Thanks in advance,,
.
Relevant Pages
- Re: Problem with XP scheduler?
... the attacks that you describe as plaguing Windows - even though many builds ... First of all, when I get some package on Linux, ... no matter what you think or do. ... Since the system becomes not responsible, it looks like a kernel mode ... (microsoft.public.win32.programmer.kernel) - Re: Problem with XP scheduler?
... Since the system becomes not responsible, it looks like a kernel mode ... Yes, this should not normally occur, even on Windows. ... Plus the ability to install just about anything I possibly ... Even such issues as text editors are much better on Linux ... (microsoft.public.win32.programmer.kernel) - Re: List of available C library functions?
... When writing new kernel mode code I think I will stay away from intrinsics entirely and only use functions that are documented in the kernel space section of MSDN. ... version of Windows is running. ... language service pack is missing from a Japanese language service pack. ... (microsoft.public.win32.programmer.kernel) - Re: Win 98 utils not in XP
... the boot mode desired. ... Windows XP CD + ... depending on your architectural model) is kernel mode. ... to run flat out MS had to compromise and allow graphics drivers to ... (uk.comp.misc) - Re: Clisp and ASDF on Windows
... some people say Windows-style shortcuts work, ... On Windows I use the method listed onhttp://www.cliki.net/asdfunder ... but ASDF still gives me the same error message. ... "List of directories to search subdirectories within.") ... (comp.lang.lisp) |
|