Hi Everyone, I have a C dll, with a function accepting an unsigned char** parameter, meaning to get a 2d byte array. How should I call this function from VB? Should I pass a Byte()() or Byte(,) or a reference, or what else?
Thanks in advance Clearco
Hi Everyone, I have a C dll, with a function accepting an unsigned char** parameter, meaning to get a 2d byte array. How should I call this function from VB? Should I pass a Byte()() or Byte(,) or a reference, or what else?
Thanks in advance Clearco