Filter Manager Callback Context

It there anyway other then the CompletionContext to pass a value to the Post
Op callback routine from the Pre Op Callback? I hate to allocate a something
just to pass to the post op routine. Are there fields in the
PFLT_CALLBACK_DATA that can be used for this?

Thanks,

Ken

Ken,

If you are planning on just passing a value to your post operation callback
just assign that value to the completion context in your pre operation
callback. You don't have to allocate any additional memory to do that.
Unfortunately there are no fields in the CallbackData which can be used for
this purpose.

Thanks
Ravinder

This posting is provided "AS IS" with no warranties, and confers no rights.

"Ken Galipeau" wrote in message news:xxxxx@ntfsd...
> It there anyway other then the CompletionContext to pass a value to the
Post
> Op callback routine from the Pre Op Callback? I hate to allocate a
something
> just to pass to the post op routine. Are there fields in the
> PFLT_CALLBACK_DATA that can be used for this?
>
>
>
> Thanks,
>
> Ken
>
>