0

We have a situation that one of our DLL is using COM operations, rest time COM is not in use. But since it is inside a DLL, we have to initialize it in main start and uninitialize at main end.

There is a high chance that COM functionality DLL will not load at all, if it is not required. Would there be any impact of calling CoInitializeEx and CoUninitialize?

0 Answers0