But, how can I create more filter device objects, using CreateFile(…)? and how can I free one of them?
?? Wed, 27 Apr 2005 02:11:23 -0700 (PDT) ??д???
This is a 1 to 1 relationship. You will have one
filter device object for one target device object. So,
for each device object you want to filter, create a
filter device object and attach it.
Ragards,
Razvan
— xxxxx@yeah.net wrote:
> Hi,
>
> How to attach the filter device object to the more
> than one target device object(eg.attach it to
> c:,d:,e: or more)?
>
> Thanks!
>
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@yeah.net
To unsubscribe send a blank email to xxxxx@lists.osr.com
Well, how do you create the first filter device object? Do you call
IoCreateDevice? That might be a clue then
You should see the filter examples in the ifs kit; if you dont have the ifs
kit then the advice is to stop doing file system filter driver development
until you have purchased and studied the ifs kit. I understand that OSR also
provide a very helpful file systems course.
wrote in message news:xxxxx@ntfsd…
> But, how can I create more filter device objects, using CreateFile(…)?
> and how can I free one of them?
>
> -----------------------------------------
> ÔÚ Wed, 27 Apr 2005 02:11:23 -0700 (PDT) ÄúдµÀ£º
>>This is a 1 to 1 relationship. You will have one
>>filter device object for one target device object. So,
>>for each device object you want to filter, create a
>>filter device object and attach it.
>>
>>Ragards,
>>Razvan
>>
>>— xxxxx@yeah.net wrote:
>>> Hi,
>>>
>>> How to attach the filter device object to the more
>>> than one target device object(eg.attach it to
>>> c:,d:,e: or more)?
>>>
>>> Thanks!
>>>
>>>
>>> —
>>> Questions? First check the IFS FAQ at
>>> https://www.osronline.com/article.cfm?id=17
>>>
>>> You are currently subscribed to ntfsd as:
>>> xxxxx@yahoo.com
>>> To unsubscribe send a blank email to
>>> xxxxx@lists.osr.com
>>>
>>
>> __________________________________________________
>>Do You Yahoo!?
>>Tired of spam? Yahoo! Mail has the best spam protection around
>>http://mail.yahoo.com
>>
>>—
>>Questions? First check the IFS FAQ at
>>https://www.osronline.com/article.cfm?id=17
>>
>>You are currently subscribed to ntfsd as: xxxxx@yeah.net
>>To unsubscribe send a blank email to xxxxx@lists.osr.com
>>
>
> -----------------------------------------
>