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