IUnknown Class

The IUnknown class is the abstract class that all COM objects implement and all other ActiveX interfaces inherit.

You can create neither transient nor persistent instances of the IUnknown class.

For details about:

ActiveXInterface

IDispatch