Guest User

Untitled

a guest
Jun 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. IntPtr ptr(imageCopy.data);
  2. int ss = strlen((char*)imageCopy.data);
  3. Byte bytes[] = new Byte[ss];
  4. System::Runtime::InteropServices::Marshal::Copy(ptr, bytes, 0, ss);
Add Comment
Please, Sign In to add comment