COM DCOM Question:

When you call CoInitialize(NULL) function how it works internally?

COM DCOM Interview Question
COM DCOM Interview Question

Answer:

CoInitialize will initialize the COM library and will move
the executing thread to a STA or Single Threaded Apartment
Apartment is the logical entity where threads live.


Previous QuestionNext Question
Differentiate normal DLL to COM DLL?Explain Futures of COM?