public static extern IntPtr OpenProcess(PAFs dwDesiredAccess, bool bInheritHandle, int dwProcessID);
 public static extern IntPtr OpenProcess(PAFs dwDesiredAccess, bool bInheritHandle, int dwProcessID);