Is RegSetValueEx thread safe?

Posted by Brent Newbury on Stack Overflow See other posts from Stack Overflow or by Brent Newbury
Published on 2010-05-17T08:13:34Z Indexed on 2010/05/17 8:20 UTC
Read the original article Hit count: 437

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c++

Related posts about multithreading