(
ProcessAccess processAccess,
bool bInheritHandle,
int processId)
| 65 | [In] [MarshalAs(UnmanagedType.U4)] ref int nSize); |
| 66 | |
| 67 | [DllImport("kernel32.dll", SetLastError=true)] |
| 68 | internal static extern IntPtr OpenProcess( |
| 69 | ProcessAccess processAccess, |
| 70 | bool bInheritHandle, |
| 71 | int processId); |
| 72 | |
| 73 | [DllImport("kernel32.dll", SetLastError = true)] |
| 74 | internal static extern bool CloseHandle(IntPtr hHandle); |
no outgoing calls
no test coverage detected