P
Prasad Dannani
Hi,
I am a c# programmer. New to PInvoke. From MSDN i came to know using link
or dumpbin exe's we can retreive all the functions in dll's.
Can any one help me on how to retreive the api function names including
there structures ( Ex: public static extern int MessageBox(int hWnd, String
text, String caption, uint type))
I am a c# programmer. New to PInvoke. From MSDN i came to know using link
or dumpbin exe's we can retreive all the functions in dll's.
Can any one help me on how to retreive the api function names including
there structures ( Ex: public static extern int MessageBox(int hWnd, String
text, String caption, uint type))