In C# there is a method SetApartmentState in the class Thread. How do I do the same thing in C++?
In C# there is a method SetApartmentState in the class Thread . How do
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For unmanaged processes, you control the apartment model used for a thread by passing appropriate parameters to
CoInitializeEx(). Larry Osterman wrote up a great little guide to these:— https://learn.microsoft.com/en-us/archive/blogs/larryosterman/what-are-these-threading-models-and-why-do-i-care