Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is COM all about and how does COMClean work?

comclean
0
Posted

What is COM all about and how does COMClean work?

0

This is a simplified overview. COM stands for Component Object Model. A client (container) can call subroutines (invoke methods) in a COM server, which may be an executable program or a dynamic linked library. The client asks Windows to create an instance of an object. Each class of object implements one or more interfaces, each is a list of methods. The parameters and return value of each method are specified in a Type Library.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123