Changeset 28728 in vbox
- Timestamp:
- Apr 26, 2010 7:39:12 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28707 r28728 833 833 { 834 834 case PROC_STS_STARTED: 835 /* Process is (still) running; get PID. */ 835 836 *aPID = pData->u32PID; 836 837 break; … … 844 845 case PROC_STS_TOA: 845 846 case PROC_STS_DWN: 846 *aPID = 0; 847 /* 848 * Process (already) ended, but we want to get the 849 * PID anyway to retrieve the output in a later call. 850 */ 851 *aPID = pData->u32PID; 847 852 break; 848 853
Note:
See TracChangeset
for help on using the changeset viewer.