B
Brian Murphy
In VBA I can create a user defined Type that contains fixed size
arrays, and pass one of these to a C DLL where it goes into a struct,
if the struct was compiled with the correct array sizes ahead of time.
Is it possible to do this with variable size arrays?
Thanks,
Brian Murphy
arrays, and pass one of these to a C DLL where it goes into a struct,
if the struct was compiled with the correct array sizes ahead of time.
Is it possible to do this with variable size arrays?
Thanks,
Brian Murphy