FileSystem driver to Redirector

Hi

I have created a FileSystem driver for Win2K, XP, and WS2003. That is having
the IRP_MJ_CREATE, etc routines implemented.

I am considering to turn it into a (legacy) redirector, such that the
NPGetCaps, NPAddConnection, NPCancelConnection, etc calls maps to my NT4
FSD, if possible. This used to be mounted by the mount manager, but now I
would like to “mount” as a network drive.

How do I go about this?

What IRP code in my FSD do I need to change?

How do I “bind” or “mount” the network to my FSD?

I got the redirector registry settings done, and I see “My Client Network”
under “Entire Network”.

Thanks in advance,
Ole