How to recieve a Byte array using JACOB?

130 Views Asked by At

I am writing a software in java and using JACOB to invoke methods of a library of type .dll, I am also using Variant to send the input parameters and receive the return values. One of the functions have a return value of byte array. How to use Variant to get this array and iterate on it?

0

There are 0 best solutions below