Changeset 29514 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 17, 2010 9:35:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29507 r29514 289 289 HANDLE hSnapshot; 290 290 PAVLPVNODECORE pNewTree = NULL; 291 DWORD dwProcessId = GetCurrentProcessId(); 291 292 292 293 VBoxServiceVerbose(3, "VBoxServicePageSharingInspectGuest\n"); … … 307 308 do 308 309 { 309 VBoxServicePageSharingInspectModules(ProcessInfo.th32ProcessID, &pNewTree); 310 /* Skip our own process. */ 311 if (ProcessInfo.th32ProcessID != dwProcessId) 312 VBoxServicePageSharingInspectModules(ProcessInfo.th32ProcessID, &pNewTree); 310 313 } 311 314 while (Process32Next(hSnapshot, &ProcessInfo));
Note:
See TracChangeset
for help on using the changeset viewer.