SharedLibrary (Object)

Member of:

Application object

Description:

Represents an external, dynamically linked library.

Example:

This example shows how to call a function from a local DLL:

MyLibrary = Application.LoadSharedLibrary("c:\\temp\mydll.dll")
MyLibrary.Call("SetTransaction","String",Value1)

Methods:

Call(sFunctionName As String, sArgumentType As String, [arg1], [arg2], [arg3], [arg4], [arg5], [arg6], [arg7], [arg8])