Is there a way to take a CVI library header and import the variable types into TestStand as custom types, specifically for enums, but would be nice if there's a general method?
I see that CVI can recognize that an enum is used as a parameter when loading the library DLL to call a lib function, so I figure there should be some easier way to import the definitions rather than having to recreate them manually in the Types window.