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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp84 static PFNZWQUERYSYSTEMINFORMATION g_pfnZwQuerySystemInformation = NULL; variable
368 if (g_pfnZwQuerySystemInformation)
374 NTSTATUS ret = g_pfnZwQuerySystemInformation(SystemModuleInformation, (PVOID)&cbBuffer, 0, &cbBuffer);
385 ret = g_pfnZwQuerySystemInformation(SystemModuleInformation, pBuffer, cbBuffer, &cbBuffer);
536 g_pfnZwQuerySystemInformation = (PFNZWQUERYSYSTEMINFORMATION)RTLdrGetSystemSymbol("ntdll.dll", "ZwQuerySystemInformation");

Completed in 60 milliseconds