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

/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp192 void VBoxServicePageSharingInspectModules(DWORD dwProcessId) function
197 printf("VBoxServicePageSharingInspectModules: CreateToolhelp32Snapshot failed with %d\n", GetLastError());
201 printf("VBoxServicePageSharingInspectModules\n");
230 VBoxServicePageSharingInspectModules(GetCurrentProcessId());
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp258 void VBoxServicePageSharingInspectModules(DWORD dwProcessId, PAVLPVNODECORE *ppNewTree) function
267 VBoxServiceVerbose(3, "VBoxServicePageSharingInspectModules: OpenProcess %x failed with %d\n", dwProcessId, GetLastError());
274 VBoxServiceVerbose(3, "VBoxServicePageSharingInspectModules: CreateToolhelp32Snapshot failed with %d\n", GetLastError());
279 VBoxServiceVerbose(3, "VBoxServicePageSharingInspectModules\n");
361 VBoxServicePageSharingInspectModules(ProcessInfo.th32ProcessID, &pNewTree);

Completed in 38 milliseconds