(IntPtr hHandle)
| 71 | int processId); |
| 72 | |
| 73 | [DllImport("kernel32.dll", SetLastError = true)] |
| 74 | internal static extern bool CloseHandle(IntPtr hHandle); |
| 75 | |
| 76 | [DllImport("NTDLL.DLL", SetLastError=true)] |
| 77 | internal static extern int NtQueryInformationProcess(IntPtr hProcess, PROCESSINFOCLASS pic, ref PROCESS_BASIC_INFORMATION pbi, int cb, out int pSize); |
no outgoing calls
no test coverage detected