Next Previous Up Top Contents Index

4.12 The OLE-AUTOMATION module

OLE-uninitialize

Function

Summary

Releases the Microsoft OLE/COM libraries when the controller is finished using them.

Signature

OLE-uninitialize () => ()

Arguments

None.

Values

None.

Description

Releases the Microsoft OLE/COM libraries when the controller is finished using them. You should call this function only to undo a matching call to OLE-initialize. This function returns no values.

This call allows any resources used by the libraries to be freed, and ensures that any pending messages are handled and any open connections closed.


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

Next Previous Up Top Contents Index