Hello, Is it possible to pass a Stream object to the C code as FILE* pointer? I'd like to wrap some native code that has lots of functions with FILE*- args and I want to pass at least to kind of Stream from the class library to them (the Memory Stream and the File Stream) Regards, Artem.