I have some C code which will be called from C# using P/Invoke. I have a C struct member for which I am trying to define an C# equivalent.
Array16 *data;
typedef unsigned char Array16[16];
How do I define the C# equivalent of this C data member?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |