Hi Matt,
>
Sorry for confusing you. I will like to elaborate more on this.
>
I have one VC++ method/function
DataRecvdOnCall Back(unsigned char * buffer, int *
size)
>
I need to use this callback method from C# space.For
this purpose I am planning to write one delegate
>
public delegate void DataRecvdCallBa ckDelegate(ref
byte[] buffer,ref int size);
>
can anyone tell me how to write
Interoperabilit y/marshalling wrapper for it?
>
Thanks
Abhijit
Mattias Sjögren wrote:
>Can anyone help me about how to write Marshalling code for Function
>pointer in cpp?
What kind of marshaling? Maybe you should post to the C++ group
instead.
Comment