CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2002
    Posts
    9

    How can I get the physical address if I know only a handle of the process

    Hi all!
    Can somebody show me the way, how to get a pointer or physical adress to the process only by it's handle...
    I'm talking about Win2000;
    Thank's a lot!

  2. #2
    Join Date
    Sep 2002
    Location
    Belarus, Minsk
    Posts
    1

    Smile

    You need use GetModuleFileName function

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