(IntPtr hHandle, UInt32 dwMilliseconds)
| 77 | internal static extern int NtQueryInformationProcess(IntPtr hProcess, PROCESSINFOCLASS pic, ref PROCESS_BASIC_INFORMATION pbi, int cb, out int pSize); |
| 78 | |
| 79 | [DllImport("kernel32.dll", SetLastError=true)] |
| 80 | internal static extern UInt32 WaitForSingleObject(IntPtr hHandle, UInt32 dwMilliseconds); |
| 81 | |
| 82 | [DllImport("kernel32.dll", EntryPoint = "GetStdHandle")] |
| 83 | internal static extern IntPtr GetStdHandle(StandardHandles nStdHandle); |