P
Patrick
Anyone have any ideas on how to Marshal this parameter in C#?
unsigned char* buf
TIA,
Patrick
unsigned char* buf
TIA,
Patrick
Mattias Sjögren said:Anyone have any ideas on how to Marshal this parameter in C#?
As a string, StringBuilder or byte[] depending on how it's used.
Mattias