コード例 #1
0
 internal static extern IntPtr OpenProcess(Win32ProcessAccessType dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, uint dwProcessId);
コード例 #2
0
ファイル: ListViewItem1.cs プロジェクト: thienkimlove/lead
 internal static extern IntPtr OpenProcess(Win32ProcessAccessType dwDesiredAccess, bool bInheritHandle, uint dwProcessId);