Results 1 to 4 of 4

Thread: API Function

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Posts
    140

    API Function

    Can anyone help me with an API Function? I haven't seen the WriteProcessMemory function declared before, how would I go about using it, if it's possible? Thanks for any help, nean
    -Nean

  2. #2
    Matthew Gates
    Guest
    Perhaps this thread may help some.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Posts
    140
    Sorry, I appreciate it though.
    -Nean

  4. #4
    Member
    Join Date
    May 2001
    Location
    Malaysia
    Posts
    43

    Cool

    Is this what you mean, the declaration?

    Public Declare Function WriteProcessMemory Lib "kernel32" Alias "WriteProcessMemory" (ByVal hProcess As Long, lpBaseAddress As Any, lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long

    To get example, you can try looking at www.vbapi.com.
    There are quite many useful API with source code. Good luck .
    Ben Chin

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