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