Esempio n. 1
0
 internal static extern IntPtr OpenProcess(Win32ProcessAccessType dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, uint dwProcessId);
Esempio n. 2
0
 internal static extern IntPtr OpenProcess(Win32ProcessAccessType dwDesiredAccess, bool bInheritHandle, uint dwProcessId);