Searched refs:ZwQuerySystemInformation (Results 1 - 4 of 4) 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");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h1207 NTSTATUS WINAPI ZwQuerySystemInformation(SYSTEM_INFORMATION_CLASS,PVOID,ULONG,PULONG);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h1324 NTSTATUS WINAPI ZwQuerySystemInformation(SYSTEM_INFORMATION_CLASS,PVOID,ULONG,PULONG);
/vbox/include/iprt/nt/
H A Dnt.h42 # define NtQuerySystemInformation ZwQuerySystemInformation

Completed in 77 milliseconds