managed to unmanaged code

Sep 25 2003 1:30 AM
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)