문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top