FltSetStreamContext and PRE-CREATE Callback

Hi!
Is it safe to use FltSetStreamContext on a File Object in its PreCreate Callback routine?

If no, then please tell me the reason.

Thanks!
Ayush

No, you can not use it (SetStreamContext/GetStreamContext) on the
PreCreate call back because the required in-memory structures to track
the context is not yet initialized. Also not use it in PostClose
becuase the in-memory structures are destroyed

On 7/17/07, xxxxx@yahoo.com wrote:
> Hi!
> Is it safe to use FltSetStreamContext on a File Object in its PreCreate Callback routine?
>
> If no, then please tell me the reason.
>
> Thanks!
> Ayush
>
> —
> Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>