HighTechTalks DotNet Forums  

How to get exported paramater names

Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss How to get exported paramater names in the Dotnet Framework (Interop) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Pyerwoh
 
Posts: n/a

Default How to get exported paramater names - 11-10-2005 , 06:33 PM






I need to make use of some functions in an unmanaged dll -- printui.dll. My
question is how can I find the parameter names for each function in the dll?
I have searched the internet, and pinvoke.net, and I have also run a dumbin
/export on the dll , which helps me know what the function names are, but how
can I get the information about the parameters needed for each if I don't
have a header file? If anyone can point me in the right direction, it would
be appreciated! Is this even possible?

Thanks,
Peter


Reply With Quote
  #2  
Old   
Robert Jordan
 
Posts: n/a

Default Re: How to get exported paramater names - 11-11-2005 , 06:03 AM






Quote:
I need to make use of some functions in an unmanaged dll -- printui.dll. My
question is how can I find the parameter names for each function in the dll?
I have searched the internet, and pinvoke.net, and I have also run a dumbin
/export on the dll , which helps me know what the function names are, but how
can I get the information about the parameters needed for each if I don't
have a header file? If anyone can point me in the right direction, it would
be appreciated! Is this even possible?
It is not possible w/out a header file.

Robert


Reply With Quote
  #3  
Old   
Ole Nielsby
 
Posts: n/a

Default Re: How to get exported paramater names - 11-11-2005 , 01:51 PM



"Robert Jordan" <robertj (AT) gmx (DOT) net> wrote:

Quote:
It is not possible w/out a header file.
A type library will do.

HTH/Ole Nielsby




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.