开发者

Is RegSetValueEx thread safe?

开发者 https://www.devze.com 2022-12-30 06:59 出处:网络
I suspect that RegSetValueEx is thread safe, but would like some confirmation from the community. If called from multiple threads, will there be any side effects?

I suspect that RegSetValueEx is thread safe, but would like some confirmation from the community. If called from multiple threads, will there be any side effects?

The RegSetValueEx MSDN documentation 开发者_如何转开发doesn't mention thread safety at all.


related Q: Is the Win32 Registry ‘thread safe’?

0

精彩评论

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