HomeSort by relevance Sort by last modified time
    Searched refs:NtQueryInformationProcess (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/test/
test_process_killer_win.cc 21 NtQueryInformationProcess(
29 // Get the function pointer to NtQueryInformationProcess in NTDLL.DLL
30 static bool GetQIP(NtQueryInformationProcess** qip_func_ptr) {
31 static NtQueryInformationProcess* qip_func =
32 reinterpret_cast<NtQueryInformationProcess*>(
34 "NtQueryInformationProcess"));
35 DCHECK(qip_func) << "Could not get pointer to NtQueryInformationProcess.";
56 NtQueryInformationProcess* qip_func = NULL;
65 // NtQueryInformationProcess returns an NTSTATUS for whom negative values
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 952 NTSTATUS NTAPI NtQueryInformationProcess(HANDLE ProcessHandle,PROCESSINFOCLASS ProcessInformationClass,PVOID ProcessInformation,ULONG ProcessInformationLength,PULONG ReturnLength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 103 milliseconds