This message has been posted to many newsgroups where it is not relevant.
I presume you are referring to FileSystemApiHookFunction with a FunctionNum
value of IFSFN_READ. Since the hook function can completely replace the
original IFS function call, it can do anything that the original call can
do, including setting values in the IOREQ structure. Depending on what may
be installed down the chain, this can be done by calling down the chain and
setting the IOREQ value on the way back, or by setting the value and
returning immediately.

Signature
Jeff Richards
MS MVP W95/W98
> Hi,
> I am allowing inside IFSFN_OPEN. but I want to deny file operation inside
[quoted text clipped - 4 lines]
> regds
> vinay