Next Previous Up Top Contents Index

4.5 Building an Automation controller application

4.5.6 Releasing the dispinterface

When an Automation controller is finished with the dispinterface, it must inform the server. Do this with the function Release, page 356:

Release(dispinterface);

Release is the Dylan implementation of the standard OLE/COM IUnknown interface method, Release. It is defined on <IUnknown> and thus will be inherited by your dispinterface class.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index