MCPcopy Create free account
hub / github.com/KDAB/GammaRay / qt_NtQuerySystemInformation

Function qt_NtQuerySystemInformation

client/processtracker_windows.cpp:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 PULONG ReturnLength);
298
299static inline NtQuerySystemInformationFunc qt_NtQuerySystemInformation()
300{
301 static auto symbol = ( NtQuerySystemInformationFunc )QLibrary::resolve("NtDll", "NtQuerySystemInformation");
302 return symbol;
303}
304}
305
306using namespace GammaRay;

Callers 1

checkProcessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected