How to set Multi Threaded (MTA)? #2841
Answered
by
diversenok
Ledi04
asked this question in
Questions / Answers
-
|
How can I set COM Flags for a Game/Process Thread from Single Treaded (STA) to Multi Threaded (MTA)? |
Beta Was this translation helpful? Give feedback.
Answered by
diversenok
Mar 2, 2026
Replies: 1 comment 4 replies
-
|
Why would you want that? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, it's up to the developer to choose the COM apartment type for each thread. See the second parameter passed to
CoInitialzeEx. System Informer can only view the state, not change it.