CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Dlls loaded

  1. #1
    Join Date
    Aug 2003
    Posts
    938

    Dlls loaded

    Hey.
    How can i find out what dlles are loaded into the process?
    thx

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537

    Re: Dlls loaded

    You can use the PSAPI.

    Enumerating modules

  3. #3
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899

    Re: Dlls loaded

    Quote Originally Posted by Mick
    You can use the PSAPI.

    Enumerating modules
    Or If you have to be compatible with Win9x the toolhelp functions:
    http://msdn.microsoft.com/library/de...lp_library.asp

    / 6 posts to go
    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

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