Answers

Question and Answer:

  Home  COM DCOM

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

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.

 204 views

More Questions for you: