Click here to Skip to main content
15,906,816 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
General[Message Deleted] Pin
M.Nouri12-Mar-08 3:42
M.Nouri12-Mar-08 3:42 
GeneralRe: RS232 Pin
Paul Conrad12-Mar-08 5:47
professionalPaul Conrad12-Mar-08 5:47 
GeneralRe: RS232 Pin
M.Nouri12-Mar-08 23:27
M.Nouri12-Mar-08 23:27 
QuestionFile System Filter Drivers to substitue a shell Namespace Extension? Pin
gn0tto5-Mar-08 22:55
gn0tto5-Mar-08 22:55 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Randor 11-Mar-08 5:42
professional Randor 11-Mar-08 5:42 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Mike Dimmick11-Mar-08 6:31
Mike Dimmick11-Mar-08 6:31 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Randor 11-Mar-08 7:22
professional Randor 11-Mar-08 7:22 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
gn0tto12-Mar-08 3:14
gn0tto12-Mar-08 3:14 
Hi again,

at first i want to thank you for participating in that discussion. I think you are both right and it might be daring to try to do this by a filter driver. I have already thought so too, before even knowing anything about this stuff. Now that i have had at least a few days to get an overview, i still wonder if it is possible at all, though.

From my current understanding there is a request in IRP form, that gets passed across the highest filter driver down to the lowest device driver and back. So when i open a folder in windows-explorer for example, the request goes down, then a file system driver recognizes the request to be for a folder and THEN initiates requests for the underlying elements, which subsequently again get passed down the whole driver stack and back. Am i right with this?

If this was so, there wouldn't be any possibility for me to get in between the enumeration within the higher level filter, so i wouldn't even be able to expand the enumeration but only to filter (which explained the name Poke tongue | ;-P ) out elements i don't want.

As you said, Randor, i could hook into ZwQueryDirectoryFile somehow, which i think, is also the routine that gets called from the low-level file system driver to enumerate the contents of a folder. Is that correct? (Just for my understanding. I think, you're both right that this would be too careless to actually do, so i dont even consider that being a possible solution)

The idea of a virtual disk driver sounds pretty interesting for my case. I guess ill get an overview about that, even though this sounds disgustingly like "writing your own file system driver" which might take a little bit of time to learn.

Thanks again for any comment on this topic
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Mike Dimmick12-Mar-08 7:47
Mike Dimmick12-Mar-08 7:47 
GeneralWindows Memory mangement Pin
ForNow5-Mar-08 14:04
ForNow5-Mar-08 14:04 
GeneralRe: Windows Memory mangement Pin
JudyL_MD6-Mar-08 2:26
JudyL_MD6-Mar-08 2:26 
GeneralRe: Windows Memory mangement Pin
ForNow6-Mar-08 2:47
ForNow6-Mar-08 2:47 
GeneralRe: Windows Memory mangement Pin
JudyL_MD6-Mar-08 2:56
JudyL_MD6-Mar-08 2:56 
GeneralRe: Windows Memory mangement Pin
ForNow6-Mar-08 6:09
ForNow6-Mar-08 6:09 
GeneralRe: Windows Memory mangement Pin
Luc Pattyn6-Mar-08 6:54
sitebuilderLuc Pattyn6-Mar-08 6:54 
GeneralRe: Windows Memory mangement Pin
ForNow6-Mar-08 13:13
ForNow6-Mar-08 13:13 
GeneralRe: Windows Memory mangement Pin
Randor 7-Mar-08 5:54
professional Randor 7-Mar-08 5:54 
GeneralRe: Windows Memory mangement Pin
Luc Pattyn7-Mar-08 6:23
sitebuilderLuc Pattyn7-Mar-08 6:23 
GeneralRe: Windows Memory mangement Pin
Mike Dimmick7-Mar-08 15:56
Mike Dimmick7-Mar-08 15:56 
GeneralRe: Windows Memory mangement Pin
ForNow8-Mar-08 14:51
ForNow8-Mar-08 14:51 
GeneralRe: Windows Memory mangement Pin
Mike Dimmick9-Mar-08 3:26
Mike Dimmick9-Mar-08 3:26 
GeneralRe: Windows Memory mangement Pin
ForNow9-Mar-08 7:50
ForNow9-Mar-08 7:50 
QuestionDevice Firmware Upgrade (DFU) Pin
Roger Stoltz4-Mar-08 22:39
Roger Stoltz4-Mar-08 22:39 
GeneralSystem Hang while using pen drive Pin
yogesh_kumar_agarwal4-Mar-08 20:18
yogesh_kumar_agarwal4-Mar-08 20:18 
GeneralRe: System Hang while using pen drive Pin
M.Nouri10-Mar-08 4:13
M.Nouri10-Mar-08 4:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.