XLL+ Class Library

XllDriver.Terminate

Terminates the XllDriver

[VB]
Public Sub Terminate()

Remarks

Each time Initialize is called, the reference count of the XllDriver will be increased by one. Each time Terminate is called, the reference count will be decreased by one. When the reference count reaches zero, the XllDriver is destroyed.

Requirements

Library: pslxld01.dll

See Also

XllDriver Class | XllDriver Methods | Initialize