COM Object

Top  Previous  Next

A COM object is an object that can be accessed through at least one COM interface. COM objects can support more than one Interface. To use a COM object, you must create an instance of it with an interface it supports. COM objects are either created in your application's process or in its own. In the second case, a client providing the interface is created in your process and the server resides in the other process.