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