Additional Information
TestStand includes an example demonstrating how to pass structs to DLL functions:
Location:
<TestStand Public>\Examples\Fundamentals\Passing Structs to Code Modules\C\Passing Structs to Code Modules.seq
This example demonstrates how to pass a TestStand container as a C-style struct to a function in a DLL. This example uses functions to pass the struct by both reference and value. For a DLL function to change the value of a TestStand container, you must pass the reference of the container to the function.