Is RegSetValueEx thread safe?
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’?
精彩评论