Пример #1
0
 private static extern int NtQueryInformationProcess(
     IntPtr hProcess,
     int processInformationClass,
     ref PROCESS_BASIC_INFORMATION processBasicInformation,
     uint processInformationLength,
     out uint returnLength);