DllParameters.NewArguments
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
DllParameters.NewArguments
Syntax
DllParameters.NewArguments
Return Value
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.