How can I use zero pointer as a parameter in a function in C #?
Your C function looks like this:
int Foo ( Zero * P, DeDevard dwVal);
and you write it again in C #, so you have to do something like this for most of the time:
int foo (object obj, uint Val);
But if you are interrupting use P / Invoke as suggested above, in this case a good place to start
Comments
Post a Comment