|
-
Jul 27th, 2001, 07:09 PM
#1
Thread Starter
Addicted Member
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
-
Jul 27th, 2001, 11:00 PM
#2
Perhaps this thread may help some.
-
Jul 27th, 2001, 11:02 PM
#3
Thread Starter
Addicted Member
Sorry, I appreciate it though.
-
Jul 28th, 2001, 12:12 AM
#4
Member
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|