Hi,
I’m new to FSD filter and working on some filter driver code. How can
I tell if the driver is FSD filter? Is IoRegisterFsRegistrationChange
call an indication? Thanks a lot.
Bill
Hi,
I’m new to FSD filter and working on some filter driver code. How can
I tell if the driver is FSD filter? Is IoRegisterFsRegistrationChange
call an indication? Thanks a lot.
Bill
> I’m new to FSD filter and working on some filter driver code. How can
I tell if the driver is FSD filter? Is IoRegisterFsRegistrationChange
This is a weird question. You are the developer, you must know
what your source is for. If you cannot tell this,
how can you work on it ?
A driver code may be recognized by the “DriverEntry” function
A DLL code may be recognized by the “DllMain”
An EXE code may be recognized by the “WinMain” or “main”
Ok, basically, a FSD filter (“File System Driver Filter”)
may be recognized because it “filters file system”.
“Filters file system” means that is is a driver,
which is attached to one or more file system drivers.
IoRegisterFsRegistrationChange may or must not be there.
L.
Yes, most properly written FSFs do this. Note that minfilters based on
FtlMgr do not - FltMgr have already did it for them.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Bill Green”
To: “Windows File Systems Devs Interest List”
Sent: Sunday, July 24, 2005 3:55 AM
Subject: [ntfsd] FSD filter
Hi,
I’m new to FSD filter and working on some filter driver code. How can
I tell if the driver is FSD filter? Is IoRegisterFsRegistrationChange
call an indication? Thanks a lot.
Bill
—
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com