Results 1 to 2 of 2

Thread: Using VirtualQueryEx...

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    109

    Using VirtualQueryEx...

    Public Declare Function VirtualQueryEx Lib "kernel32" Alias "VirtualQueryEx" (ByVal hProcess As Long, lpAddress As Any, lpBuffer As MEMORY_BASIC_INFORMATION, ByVal dwLength As Long) As Long

    ------------

    does anyone have an example or can make one using VirutalQueryEx to get the base and ending address of a process... I cant figure out how to do it myself, because i dont know what the function is asking for with the lpAddress parameter...

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    109
    u know u want to help me

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