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

/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp45 #define SystemModuleInformation 11 macro
250 NTSTATUS ret = ZwQuerySystemInformation(SystemModuleInformation, (PVOID)&cbBuffer, 0, &cbBuffer);
261 ret = ZwQuerySystemInformation(SystemModuleInformation, pBuffer, cbBuffer, &cbBuffer);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp61 #define SystemModuleInformation 11 macro
374 NTSTATUS ret = g_pfnZwQuerySystemInformation(SystemModuleInformation, (PVOID)&cbBuffer, 0, &cbBuffer);
385 ret = g_pfnZwQuerySystemInformation(SystemModuleInformation, pBuffer, cbBuffer, &cbBuffer);
/vbox/include/iprt/nt/
H A Dnt.h1824 SystemModuleInformation, enumerator in enum:_SYSTEM_INFORMATION_CLASS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h753 SystemModuleInformation = 11, enumerator in enum:_SYSTEM_INFORMATION_CLASS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h753 SystemModuleInformation = 11, enumerator in enum:_SYSTEM_INFORMATION_CLASS

Completed in 102 milliseconds