Re: CoInitializeEx and MTA

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"George" wrote:
My confusion is, in my previous wrong understanding, I think
there is no thread level COM related resource, only MTA level
COM related resource.

George, seriously, why do you care? This is so miniscule and
unimportant point that it hardly deserves any attention at all.
The documentation states clearly that if you want to use COM you
have to call `CoInitialize[Ex]' and then `CoUninitialize' when COM
facilities are no longer needed. That is all you need to know to
use COM successfully. Knowing exactly which resource is allocated
and where won't advance you even one millimeter closer to your
goal.

Alex


.