Unmanaged to managed code
I have funtion wich was written in C++ and has the signature like this "DWORD XPTO(BYTE **aux)" and I want to use within C# code with p/invoke , but I dont know how to translate it!!! The aux variable is a photo buffer pointer that I have write in a file.
Anyone???
Thanks a lot!
Bárbara Lemos
|