Changeset 29358 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 11, 2010 2:18:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29357 r29358 193 193 194 194 /* Get a list of all the modules in this process. */ 195 hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ,195 hProcess = OpenProcess(PROCESS_QUERY_INFORMATION, 196 196 FALSE /* no child process handle inheritance */, dwProcessId); 197 197 if (hProcess == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.