Beispiel #1
0
 public static extern int NtQueryInformationProcess(IntPtr processHandle,
                                                    int processInformationClass, ref PROCESS_BASIC_INFORMATION processInformation, uint processInformationLength,
                                                    IntPtr returnLength);
Beispiel #2
0
 public static extern int NtQueryInformationProcess(IntPtr processHandle,
    int processInformationClass, ref PROCESS_BASIC_INFORMATION processInformation, uint processInformationLength,
    IntPtr returnLength);