Hello,
I'm editing a function panel for an IVI driver. I have for example this kind of function :
ViStatus MyFunction(ViSession vi, unsigned char **SpecificBuffer, MyStruct **Result);
I haven't found a way to create a function panel for that function because there's no possibility to enter our own type for a control. For the function above, I can't declare a parameter as an unsigned char ** or as a MyStruct **.
Is there any solution for that?
Thanks