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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online DCOM COM Job Interview Questions And Answers