Searched refs:PFNZWQUERYSYSTEMINFORMATION (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp67 typedef NTSTATUS (WINAPI *PFNZWQUERYSYSTEMINFORMATION)(ULONG, PVOID, ULONG, PULONG); typedef
68 static PFNZWQUERYSYSTEMINFORMATION ZwQuerySystemInformation = NULL;
331 ZwQuerySystemInformation = (PFNZWQUERYSYSTEMINFORMATION)GetProcAddress(hNtdll, "ZwQuerySystemInformation");
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp83 typedef NTSTATUS (WINAPI *PFNZWQUERYSYSTEMINFORMATION)(ULONG, PVOID, ULONG, PULONG); typedef
84 static PFNZWQUERYSYSTEMINFORMATION g_pfnZwQuerySystemInformation = NULL;
536 g_pfnZwQuerySystemInformation = (PFNZWQUERYSYSTEMINFORMATION)RTLdrGetSystemSymbol("ntdll.dll", "ZwQuerySystemInformation");

Completed in 43 milliseconds