Changeset 71301 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 12, 2018 4:24:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestProcessImpl.h
r71299 r71301 188 188 { 189 189 /** Return code from the guest side for executing the process tool. */ 190 int rcGuest;190 int rcGuest; 191 191 /** The process tool's returned exit code. */ 192 192 int32_t iExitCode;
Note:
See TracChangeset
for help on using the changeset viewer.