Hello,
Looking through the SMBMRX DriverEntry code, it seems that it does not call
RxDriverEntry() (the call is inside #ifdef MONOLITHIC_MINIRDR), whereas
NULMRX DriverEntry calls it unconditionally.
It seems from the Rdr2 code that RxDriverEntry does a lot of things, like
creating RDBSS device, tracing and logging facilities, etc.
Should I call RxDriverEntry in my redirector DriverEntry, and what are the
consequences
of doing or not doing so?
Thanks,
-seva