R
rhossi
I have an Assembly using IJW that uses a third party native library.
There are quite a few function calls that uses callbacks and pointers.
One of those takes a delegate: bool enumXXX(char * someData, unsigned
long lparam);
Inside the passed delegate I need to cast from unsigned long to
List<String^> ^. How Can I do this ?
Thanks,
Felipe Garcia
There are quite a few function calls that uses callbacks and pointers.
One of those takes a delegate: bool enumXXX(char * someData, unsigned
long lparam);
Inside the passed delegate I need to cast from unsigned long to
List<String^> ^. How Can I do this ?
Thanks,
Felipe Garcia