Passing an Array to a DLL File Function
InstallScript arrays are internally formatted as OLE Automation safe arrays, not built-in C or C++ arrays. To pass an InstallScript array to a DLL function that expects a C or C++ array, you must place the array data in the expected format by calling GetCArrayFromISArray.