开发者

Is There a Windows SMB Client Opened Implement

开发者 https://www.devze.com 2023-01-16 00:31 出处:网络
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?

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 t开发者_开发百科here 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

0

精彩评论

暂无评论...
验证码 换一张
取 消