How to find DLL EntryPoint?
Posted
by Kovu
on Stack Overflow
See other posts from Stack Overflow
or by Kovu
Published on 2010-03-22T10:34:55Z
Indexed on
2010/03/22
11:01 UTC
Read the original article
Hit count: 344
Hi,
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 ITunes to send commands to an Iphone. I know round about 90% of the DLL-Commands from another open source project, but there are still 10% left, and I need a command of this 10%.
© Stack Overflow or respective owner