Could someone give me the
API call for OpenProcess?
Thanks!
Printable View
Could someone give me the
API call for OpenProcess?
Thanks!
Code:Public Declare Function OpenProcess Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
Use the API-viewer... ;)
Code:Public Declare Function OpenProcess Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
D*mn, parksie beat me to it....
Using my handy own-written API viewer...