cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
COINIT_MULTITHREADED
COINIT_MULTITHREADED
Mar 5, 2018 at 7:00am UTC
pandya
(2)
HRESULT hRes = CoInitializeEx(NULL, COINIT_MULTITHREADED);
hRes=0x80010106 we cannot change the thread mode after it is set.
Mar 5, 2018 at 7:11am UTC
pandya
(2)
Hi please anyone can assist me
Mar 5, 2018 at 8:56am UTC
Repeater
(3046)
That's correct. You cannot change the thread model after it is set.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms695279(v=vs.85).aspx
"After the concurrency model for a thread is set, it cannot be changed."
Topic archived. No new replies allowed.