IUnknown

All Component Object Model (COM) interfaces are derived from the IUnknown interface. This interface has three methods:

You will not need to call any of these methods when you use DirectScript objects in Visual Basic.

For more information, read the COM documentation accompanying Visual C++ or Visual Basic 5.0.

 

See Also