S
SamoK
Hy!
I have to invoke a function that has a FILE pointer for its parameter.
e.g.
int myfunct(FILE *f);
Does anyone know how can P/Invoke such function? And would it be possible to
pass StreamReader as a parameter to an invoked function (I know it is not
possible to do so directly)?
Thanks in advance
- Samo
I have to invoke a function that has a FILE pointer for its parameter.
e.g.
int myfunct(FILE *f);
Does anyone know how can P/Invoke such function? And would it be possible to
pass StreamReader as a parameter to an invoked function (I know it is not
possible to do so directly)?
Thanks in advance
- Samo