Changeset 27387 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Mar 15, 2010 10:40:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r27385 r27387 296 296 { 297 297 CloseHandle(ProcInfo.hThread); 298 CloseHandle(ProcInfo.hProcess);299 298 if (phProcess) 299 { 300 /** @todo Remember the process handle and pick it up in RTProcWait. */ 300 301 *phProcess = ProcInfo.dwProcessId; 302 } 303 else 304 CloseHandle(ProcInfo.hProcess); 301 305 rc = VINF_SUCCESS; 302 306 }
Note:
See TracChangeset
for help on using the changeset viewer.