simple question: How I can find out commands for a DLLImport in C#.Net and / or the Entry Points of the DLL?
Background: I will use the MobileDevice-Libary from ITu
You can use the pinvoke interop assistant which is included in CLRInsideOut2008_01.exe
I have used it a lot to help with pinvoke definitions it has saved me a lot of time.