CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 1999
    Posts
    5

    Functions inside a DLL



    Hiya,


    How do I find out what parameters a function has that is inside a DLL.

    I can find out the function name but cant seem to locate any information on how to get the parameter list.


    Thanks for reading this,

    Phillip

  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: Functions inside a DLL



    Hi


    You have to check the documentation of the supplier. Check out their homepage if you from who it is.

    Some dll's have help-files for the programmer, or are supplied with a '.h' (header file) for the c programmer which contain all the declarations of the dll.


    Crazy D



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured