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

/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp68 static PFNZWQUERYSYSTEMINFORMATION ZwQuerySystemInformation = NULL; variable
244 if (ZwQuerySystemInformation)
250 NTSTATUS ret = ZwQuerySystemInformation(SystemModuleInformation, (PVOID)&cbBuffer, 0, &cbBuffer);
253 printf("ZwQuerySystemInformation returned length 0\n");
261 ret = ZwQuerySystemInformation(SystemModuleInformation, pBuffer, cbBuffer, &cbBuffer);
264 printf("ZwQuerySystemInformation returned %x (1)\n", ret);
331 ZwQuerySystemInformation = (PFNZWQUERYSYSTEMINFORMATION)GetProcAddress(hNtdll, "ZwQuerySystemInformation");

Completed in 47 milliseconds