I am building a step editing GUI for an operator interface based on TestStand 2.0. I will be using several instrument drivers DLLs, which I created in LabWindows/CVI, exporting the corresponding type libraries. When I open the Edit DLL Call window and I select a DLL with type library info included, the function prototypes appear with all the parameter information.
Now, I am trying to write a custom GUI similar to this Edit DLL Call window, where I need to know the prototype of the selected DLL function. Is there a way to retrieve the parameter information from a function in a DLL with type library info included? There should be a way, because TestStand does that when it opens the Edit DLL Call window. Can it be don
e from a custom editing module?
Thanks.