Hey all,
I have a question about the placement of CCB’s and FCB’s in Mini Network
Redirectors. Currently, I have placed my FCB extension in the
FsContext1->Context1 (where FsContext1 has a redirector specific FCB
associated with it and mini redirectors should extend it). I am also
placing my CCB in the FsContext2->Context1 (where the FsContext2 is the
FOBX structure which seems to be the CCB of redirectors). This seems to
make the most sense.
However, there is also this notion of a SRV_OPEN in redirectors. From
the manual … this is supposed to store the context about a specific
file on a remote server (where there should only be a 1-1 correspondence
between open remote files and SRV_Open’s). But wouldn’t this
“logically” be the same as an FCB since they are both located on the
local system … why is there a SRV_Open and an FCB?
Any light on this topic would be much appreciated.
Chris