i`m trying to get image from scanner throw dll (c++), which returns data in void * type.
so googled.. i found:
How can i get size of this ?
thx
so googled.. i found:
Code:
Marshal.Copy(new IntPtr((byte*)result.buffer), byte_arr,0, size);
thx
Comment