L
Lloyd Dupont
I just discovered a COM interface which provide some functionality I need.
I know nothing of COM and read the documentation and will apply a slow trial
and error process.
In the documentation I see that before calling into COM you should call
CoInitialize.
And that you shoudl also call CoUnitialize at the end of the app.
Isn't .NET using COM already? (after all the .NET JIT has a COM interface),
do I need to call it?
And how do I ensure CoUnitialize is called at the end of the program?
Beside auto generated code form COM interface don't seems to use it, do I
realy have to use it?
I know nothing of COM and read the documentation and will apply a slow trial
and error process.
In the documentation I see that before calling into COM you should call
CoInitialize.
And that you shoudl also call CoUnitialize at the end of the app.
Isn't .NET using COM already? (after all the .NET JIT has a COM interface),
do I need to call it?
And how do I ensure CoUnitialize is called at the end of the program?
Beside auto generated code form COM interface don't seems to use it, do I
realy have to use it?