开发者

connecting to network registry

开发者 https://www.devze.com 2023-03-09 20:32 出处:网络
In Windows you can launch the registry and them connect to another registry开发者_开发知识库; does anyone know how to accomplish this in c#? or if you know how of an api call that would be helpful.

In Windows you can launch the registry and them connect to another registry开发者_开发知识库; does anyone know how to accomplish this in c#? or if you know how of an api call that would be helpful.

Thanks


The API function is RegConnectRegistry. I've linked to the MSDN documentation, where you'll find a list of all Registry Functions here.


Try suggestion about half way down on this page: http://vbcity.com/forums/p/42161/170595.aspx

You will need the proper permissions on the machine, of course.

0

精彩评论

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