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
Printable View
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
Perhaps this thread may help some.
Sorry, I appreciate it though.
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 . :)