Question

There was a smbmrx sample code using RDBSS in WDK Vista.

But since WDK 7600 has been released, the sample was removed. -Do you know why?

I'm finding a nice sample code to learn RDBSS.

Is there a good open source better than smbmrx sample?

Was it helpful?

Solution

It was probably removed because it was getting long in the tooth. It was never the full SMB redirector implementation shipped with Windows, it was some subset of the original version. It also uses TDI which is being deprecated in newer Windows in favor of WSK.

I don't know of any good open source examples. A network redirector is a complicated piece of software to write and there's value there for anyone brave enough to go for it. Why do you need this?

-scott

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top