DllParameters.NewArguments

Syntax

DllParameters.NewArguments

Return Value

DllArguments

Purpose

Creates and returns a new DllArguments collection. Use this collection to pass argument values to a DLL module function using the DllModule.Execute method.

Remarks

The new collection contains the same number of items as the DllParameters collection. To pass an argument value to a function parameter, set the DllArgument.Value property on the item in the DllArguments collection that has the same index as the parameter in the DllParameters collection.

See Also

DllArgument.Value

DllArguments

DllModule.Execute

DllParameters