Results 1 to 7 of 7

Thread: Functions in a DLL

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Canada
    Posts
    86

    Functions in a DLL

    Where can I find out OR how can I look for myself What functions are in a DLL File.

  2. #2
    Lively Member
    Join Date
    Sep 2002
    Location
    Basingstoke
    Posts
    86

    Wink

    Dependency Walker, comes with MS Visual Studio under Tools I beleive.

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    the dependancy walker shows functions inside.. although it falls very short of helping you if you want to know much about the functions themselves.. thats what documentation is for

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Canada
    Posts
    86

    A little Help

    Do you know if this Documentation is Stored online somewhere?

  5. #5
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    416
    Depends on the creator of the DLL. If its a private/custom DLL..... probably not.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Canada
    Posts
    86

    How about the Basics?

    What about Basic Dlls like "gdi32" or "user32" stuff like that?

  7. #7
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    http://msdn.microsoft.com

    virtually all microsoft documentation is contained in the MSDN

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