create a LV array of the correct type and number of elements before calling the DLL function, pass the array by reference, fill in the array from your DLL and use the output terminal of the Call DLL function to pass your now filled in array to other functions.
Stu