Jinojs
December 28th, 2003, 03:04 AM
Hi,
I created a File System Filter for WinCE. This is a DLL. (called NVFS.dll)
I made entry in Common.reg file for the FSD manager under the following path with the shown entries.
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\NVFS]
"dll"="NVFS.dll"
"Order"=dword:0
With this, the system considers NVFS.dll as the filter and all the calls shud be passed to this dll.
The DLL is getting recognized (or injected into) all the System Processes. But NO User process is recognizing this.
I want to make it for all the running... and newly created process also...
but only calls from the processes like, nk.exe, device.exe shell.exe... are coming to this DLL..
Calls from any other user created process like 'pword.exe'...etc, it's not coming to this.
Am I missing something important here...?
Can anyone help me in solving this problem..?
Thanks in advance.
Jinoj S
I created a File System Filter for WinCE. This is a DLL. (called NVFS.dll)
I made entry in Common.reg file for the FSD manager under the following path with the shown entries.
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\NVFS]
"dll"="NVFS.dll"
"Order"=dword:0
With this, the system considers NVFS.dll as the filter and all the calls shud be passed to this dll.
The DLL is getting recognized (or injected into) all the System Processes. But NO User process is recognizing this.
I want to make it for all the running... and newly created process also...
but only calls from the processes like, nk.exe, device.exe shell.exe... are coming to this DLL..
Calls from any other user created process like 'pword.exe'...etc, it's not coming to this.
Am I missing something important here...?
Can anyone help me in solving this problem..?
Thanks in advance.
Jinoj S