Dependdencyy walker is a good tool, but as you have seen it doesn't give you
function's signature. If you explore a MS dll, you should to have a look at
MSDN and read about the function description.

A bit out of subject : There is no way to find the function's signature only
from exploring the binary file (I never found one at least). Following
article explain the MS PE (Portable Executable, no elf format in Windows),
but it doesn't explain more about signature. this is why you need headers
and lib file to link a w32 app.

http://msdn.microsoft.com/en-us/library/ms809762.aspx
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to