Can someone give me an example of how I can pass an array of Bytes (from VB) into a C++ DLL?
I know I've got to pass the length of the array, as well as the first array element (I think?). But I would appreciate an example to work from.