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

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 14 NTQUERYSYSTEMINFORMATION NtQuerySystemInformation;
32 NtQuerySystemInformation = reinterpret_cast<NTQUERYSYSTEMINFORMATION>(
33 GetProcAddress(ntdll_handle, "NtQuerySystemInformation"));
35 if (!NtQueryObject || !NtQueryInformationFile || !NtQuerySystemInformation) {
44 NTSTATUS status = NtQuerySystemInformation(
56 status = NtQuerySystemInformation(SystemHandleInformation, system_handles,
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 254 typedef NTSTATUS (WINAPI* NTQUERYSYSTEMINFORMATION)(

Completed in 525 milliseconds