1
Answer

managed to unmanaged code

There is a function in my imported dll which takes instances of type LPVOID(pointer). What is the equivalent in C#? How can I convert ther existing data types of c# to LPVOID?

Answers (1)