Searched defs:mpfnNtQuerySystemInformation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.cpp89 PFNNQSI mpfnNtQuerySystemInformation; member in class:pm::CollectorWin
99 CollectorWin::CollectorWin() : CollectorHAL(), mpfnNtQuerySystemInformation(NULL)
106 mpfnNtQuerySystemInformation = (PFNNQSI)RTLdrGetSystemSymbol("ntdll.dll", "NtQuerySystemInformation");
107 if (!mpfnNtQuerySystemInformation)
230 if (!mpfnNtQuerySystemInformation)
235 NTSTATUS status = mpfnNtQuerySystemInformation(

Completed in 200 milliseconds