In my other question, I\'ve been trying to find someone who knows where to find free open source OCR library for C#. However, it seems there is only C++ library and obviously, C
here's how I do it Interop. It shows you how to do the simple cases (BOOL to bool) as well as a bit of a harder case (passing a struct with pointers to managed memory). Good luck.