On Wed Sep 13 05:27:55 2023 +0000, Nikolay Sivov wrote:
Doesn't this contradict MR subject?
Yes, I guess I can change MR subject to the patch subject. To summarize what tests show:
- if COM is not initialized at all (like in CoCreateInstance doesn't work) RoGetActivationFactory fails with CO_E_NOTINITIALIZED; - if COM is inited with STA apartment, implicit MTA is created (or referenced if exists); - if COM is inited with implicit MTA apartment it is referenced.