Hi,
I wrote a function in a DLL that would take in a struct by reference. I followed the TestStand manual for using struct passing (ie. ensuring that the "Allow Objects of This Type to be Passed as Structs" be selected).
However, on exiting the function, the data assigned to the referenced variable inside the function are not being passed out to TestStand.
Am I missing something?
I have attached the function that I used. The function works, but again, I get nothing when I check the struct variable after executing the function.
Thank,
MS