Desktop Functions: Smart Device Functions:
|
OpenProcess (user32)
This page needs to be deleted.See http://www.pinvoke.net/default.aspx/kernel32/OpenProcess.html for the OpenProcess API.C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB Signature:
<DllImport("kernel32.dll", SetLastError:=True)> _ User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Pass the returned handle to CloseHandle after you are done with it. Tips & Tricks:Please add some! Sample Code:
HandleWindow = OpenProcess(ProcessAccessFlags.VMRead,0, ProcessID); Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|