Desktop Functions: Smart Device Functions:
|
OpenProcess (user32)
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB Signature:
Declare Function OpenProcess Lib "kernel32.dll" (ByVal dwDesiredAccess As Uinteger, ByVal bInheritHandle As Integer, ByVal dwProcessId As UInteger) As IntPtr 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:Please add some! 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). |
|